mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
rtic-monotonics: Add 64-bit SysTick monotonic
Counting at 1 kHz, 32 bits for counting ticks is not enough to ensure monotonicity for more than 50 days. Add a feature to change the backing storage to 64 bits.
This commit is contained in:
parent
609f14b1e4
commit
4ea73021d6
4 changed files with 36 additions and 7 deletions
|
|
@ -67,6 +67,9 @@ impl Package {
|
|||
"cortex-m-systick,embedded-hal-async",
|
||||
"cortex-m-systick,systick-100hz,embedded-hal-async",
|
||||
"cortex-m-systick,systick-10khz,embedded-hal-async",
|
||||
"cortex-m-systick,embedded-hal-async,systick-64bit",
|
||||
"cortex-m-systick,systick-100hz,embedded-hal-async,systick-64bit",
|
||||
"cortex-m-systick,systick-10khz,embedded-hal-async,systick-64bit",
|
||||
"rp2040,embedded-hal-async",
|
||||
"nrf52810,embedded-hal-async",
|
||||
"nrf52811,embedded-hal-async",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue