Add H7 flash and bootloader support

This commit is contained in:
Matous Hybl
2022-05-06 09:21:29 +02:00
parent 6d56f772e1
commit 118532278c
14 changed files with 475 additions and 1 deletions

View File

@@ -50,7 +50,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))]
#[cfg(any(
flash_l0, flash_l1, flash_wl, flash_wb, flash_l4, flash_f3, flash_f7, flash_h7
))]
pub mod flash;
pub mod pwm;
#[cfg(rng)]