mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-25 21:19:35 +01:00
ec1d508040
On cold boot, the DWT unit is off, which means our attempts to clear and disable the cycle counter in pre-init don't work. This seems to result in access to CYCCNT always returning 1073741824, which delays tasks scheduled in init by that many cycles (~15s at 72 MHz). Fixes #196. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |