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
/
Cargo.toml
Age
Commit message (
Expand
)
Author
2024-06-23
Update diffy requirement from 0.3.0 to 0.4.0 (#950)
dependabot[bot]
2023-05-22
Update pretty_env_logger requirement from 0.4.0 to 0.5.0
dependabot[bot]
2023-04-15
Rework command execution structure and make rayon optional (since it's not ne...
datdenkikniet
2023-04-15
Use pretty_env_logger instead
datdenkikniet
2023-04-15
Add some QoL to run_command
datdenkikniet
2023-03-01
xtask: Propagate stdio/stderr, exitcodes
Henrik Tjäder
2023-03-01
xtask: Add proper diff printing in case of incorrect results
Henrik Tjäder
2023-03-01
Improve build time with Rayon
Henrik Tjäder
2023-03-01
Upgrade to clap v4, use log and env_logger
Henrik Tjäder
2023-03-01
Move rtic macros to repo root, tune xtask
Henrik Tjäder
2023-03-01
Add rtic-timer (timerqueue + monotonic) and rtic-monotonics (systick-monotonic)
Emil Fresk
2023-01-03
Update os_pipe requirement from 0.9.2 to 1.1.2
dependabot[bot]
2021-09-23
The great docs update
Emil Fresk
2021-09-16
implement run-pass tests as xtasks
Lotte Steenbrink