Add F4 flash driver

This commit is contained in:
chemicstry
2022-07-11 03:57:46 +03:00
parent c6a11db39e
commit 734c38eb9c
5 changed files with 237 additions and 1 deletions

View File

@ -39,7 +39,9 @@ pub mod i2c;
#[cfg(crc)]
pub mod crc;
#[cfg(any(flash_l0, flash_l1, flash_wl, flash_wb, flash_l4, flash_f3, flash_f7, flash_h7))]
#[cfg(any(
flash_l0, flash_l1, flash_wl, flash_wb, flash_l4, flash_f3, flash_f4, flash_f7, flash_h7
))]
pub mod flash;
pub mod pwm;
#[cfg(rng)]