You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(rtc): Fixes issues with the rtc::Rtc abstraction, and updates it to utilize the modes modules abstractions used by the RTIC RTC monotonics.
* Adds implementation of `embedded_hal::delay::DelayNs` to `Rtc<Count32Mode>`.
* Removes private methods of `Rtc` that are no longer needed.
* Reworks `rtc::TimerParams` a bit to better detect unreachable required prescalar values.
* Adds RTC mode 2 (i.e. clock mode) support in the private `rtc::modes` module.
0 commit comments