Merge remote-tracking branch 'upstream/master' into flash-regions

This commit is contained in:
Rasmus Melchior Jacobsen
2023-03-30 04:53:07 +02:00
4 changed files with 641 additions and 1 deletions

View File

@ -46,6 +46,8 @@ pub mod crc;
#[cfg(flash)]
pub mod flash;
pub mod pwm;
#[cfg(quadspi)]
pub mod qspi;
#[cfg(rng)]
pub mod rng;
#[cfg(sdmmc)]
@ -58,7 +60,6 @@ pub mod usart;
pub mod usb;
#[cfg(otg)]
pub mod usb_otg;
#[cfg(iwdg)]
pub mod wdg;