Merge branch 'embassy-stm32/rtc' of https://github.com/MathiasKoch/embassy into rtc

This commit is contained in:
xoviat
2023-04-16 10:06:00 -05:00
17 changed files with 1207 additions and 0 deletions

View File

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