rtic/macros
Josh Gao ec1d508040 Enable the DWT unit before poking at its registers.
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.
2019-07-26 03:23:44 -07:00
..
src Enable the DWT unit before poking at its registers. 2019-07-26 03:23:44 -07:00
Cargo.toml v0.4.3 2019-04-21 18:20:57 +02:00