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
/
rtic-monotonics
Age
Commit message (
Expand
)
Author
2023-03-11
Merge #702
bors[bot]
2023-03-11
rtic-monotonics: Add interrupt tokens to make sure users bind interrupts
Emil Fresk
2023-03-11
rtic-monotonics: Unmask the RP2040 timer
Emil Fresk
2023-03-04
rtic-monotonics: Fix tests
Henrik Tjäder
2023-03-04
CFG: Align all crates to use hyphen
Henrik Tjäder
2023-03-01
Add feature flags
Emil Fresk
2023-03-01
Make embedded-hal-async dependency optional for better compatibility with HALs
datdenkikniet
2023-03-01
Fix spelling on "cortex_m_systick"
datdenkikniet
2023-03-01
rtic-monotonics: Feature gate monotonics correctly to support multiple MCUs
Emil Fresk
2023-03-01
RP2040 monotonic, rename systick monotonic to not have double name
Emil Fresk
2023-03-01
rtic-monotonics: Simplify features, default is 1kHz
Henrik Tjäder
2023-03-01
Simplify Systick Monotonic by integrating the TQ
Emil Fresk
2023-03-01
Make xtask pass, clean up rtic Cargo.toml
Emil Fresk
2023-03-01
Add authors to each Cargo.toml
Henrik Tjäder
2023-03-01
Add alpha.0 and required Cargo fields
Henrik Tjäder
2023-03-01
Add changelog templates
Henrik Tjäder
2023-03-01
Added examples for async crates + fixed codegen for non-Copy arguments
Emil Fresk
2023-03-01
CI: Don't let warnings get away
Henrik Tjäder
2023-03-01
Systick runs at 1 kHz
Emil Fresk
2023-03-01
Fixed systick monotonic
Emil Fresk
2023-03-01
Does CI work again?
Emil Fresk
2023-03-01
Add rtic-timer (timerqueue + monotonic) and rtic-monotonics (systick-monotonic)
Emil Fresk