embassy/embassy-stm32
Scott Mabin 087ef918bf stm32: Add RtcTimeProvider struct to Rtc module
This struct allows users to acquire the current time without putting `Rtc`
in a mutex and passing that around. This is allowed because reading from the
rtc registers is atomic.
2023-09-17 18:04:05 +01:00
..
src stm32: Add RtcTimeProvider struct to Rtc module 2023-09-17 18:04:05 +01:00
build.rs stm32: add stm32wba support. 2023-09-16 04:04:45 +02:00
Cargo.toml stm32/rcc: convert bus prescalers to pac enums 2023-09-16 17:41:11 -05:00