rtic/rtic-time
Finomnis 89160b7cb9
Fix nrf monotonics (#852)
* Fix nrf::timer

* Bootstrap nrf52840-blinky example

* More work on nrf blinky example

* Fix README

* Add asserts for correct timer functionality

* Add correctness check to other monotonics as well

* Update Changelog

* Fix potential timing issues

* Fix race condition in nrf::rtc

* Add changelog

* Add rtc blinky example

* Change rtc example to RC lf clock source

* Add changelog to rtic-time

* Add changelog

* Attempt to fix CI

* Update teensy4-blinky Cargo.lock
2023-12-06 07:49:38 +00:00
..
src Fix nrf monotonics (#852) 2023-12-06 07:49:38 +00:00
tests Refactor race condition free timer helper (#850) 2023-12-04 14:53:02 +00:00
.gitignore Fixed systick monotonic 2023-03-01 00:33:31 +01:00
Cargo.toml Refactor race condition free timer helper (#850) 2023-12-04 14:53:02 +00:00
CHANGELOG.md Fix nrf monotonics (#852) 2023-12-06 07:49:38 +00:00