index
:
rtic
main
Real-Time Interrupt-driven Concurrency (RTIC) framework for ARM Cortex-M microcontrollers
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xtask
/
src
/
argument_parsing.rs
Age
Commit message (
Expand
)
Author
2024-05-27
add support for nrf52805 (#941)
Foo
2024-04-10
Monotonic rewrite (#874)
Finomnis
2024-04-04
Adjust esp32c3 codegen, bump pac to 0.21.0 (#906)
onsdagens
2024-03-20
RISC-V support over CLINT (#815)
Román Cárdenas Rodríguez
2024-02-23
rtic-sync: Remove unstable flag, and add defmt derives (#889)
Emil Fresk
2023-12-04
Refactor race condition free timer helper (#850)
Finomnis
2023-11-22
rtic-sync: Add SPI bus sharing with arbiter
Nils Fitinghoff
2023-08-25
rtic-monotonics: Add 64-bit SysTick monotonic
Nils Fitinghoff
2023-04-23
Check rtic-monotonics with eh-async enabled
datdenkikniet
2023-04-16
Tests should always deny warnings
datdenkikniet
2023-04-16
Deny on warnings in xtasks
datdenkikniet
2023-04-16
Rename cargo_commands -> run
datdenkikniet
2023-04-16
CargoCommand can take any package
datdenkikniet
2023-04-16
Use chdir() instead of unstable option, also confirm whenver a command succee...
datdenkikniet
2023-04-16
Rename some things
datdenkikniet
2023-04-16
xtask: build usage examples and general improvements
datdenkikniet
2023-04-15
Fix fmt
datdenkikniet
2023-04-15
Add support for "feature mixer"
datdenkikniet
2023-04-15
More emojis and correct place for things
datdenkikniet
2023-04-15
More housekeeping and making it work that bit better
datdenkikniet
2023-04-15
Make all globals actually global
datdenkikniet
2023-04-15
Rework command execution structure and make rayon optional (since it's not ne...
datdenkikniet
2023-04-15
Always run stuff for all packages if none is specified
datdenkikniet
2023-04-15
xtask: don't add default arguments if building for a no_std target
datdenkikniet
2023-04-15
xtask: forward globals through the chain and add stderr-inheritance flag
datdenkikniet
2023-04-10
Add feature to xtask test for rtic-time
datdenkikniet
2023-03-04
xtask: rtic-monotonics: no tests argument
Henrik Tjäder
2023-03-04
ci: Add v6 uitest feature
Henrik Tjäder
2023-03-04
xtask: clippy fixes
Henrik Tjäder
2023-03-04
ci: Add rtic-uitest feature
Henrik Tjäder
2023-03-02
xtask: Allow passing arguments to book and doc
Henrik Tjäder
2023-03-02
xtask: rtic-sync
Henrik Tjäder
2023-03-01
xtask: Split out arg parsing
Henrik Tjäder