mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-20 06:45:36 +01:00
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 | ||