jonas-schievink / rubble

(going to be a) BLE stack for embedded Rust
BSD Zero Clause License
396 stars 56 forks source link

use monotonic timer #131

Closed elwerene closed 4 years ago

dbrgn commented 3 years ago

This looks nice, but keep in mind that CYCCNT only works when the debug peripheral is enabled. Otherwise, a custom monotonic impl is required (e.g. https://github.com/rtic-rs/rtic-examples/blob/master/rtic_v5/monotonic_nrf52/src/monotonic_nrf52.rs).