Implement RTC peripheral for all stm32 families with rtc

This commit is contained in:
Mathias
2022-09-29 07:49:32 +02:00
parent 9bb43ffe9a
commit a83560c6b1
17 changed files with 1223 additions and 0 deletions

View File

@@ -46,6 +46,8 @@ pub mod flash;
pub mod pwm;
#[cfg(rng)]
pub mod rng;
#[cfg(all(rtc, not(rtc_v1)))]
pub mod rtc;
#[cfg(sdmmc)]
pub mod sdmmc;
#[cfg(spi)]