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

@ -17,6 +17,7 @@ const FLASH_END: usize = FLASH_BASE + FLASH_SIZE;
#[cfg_attr(any(flash_wl, flash_wb, flash_l0, flash_l1, flash_l4), path = "l.rs")]
#[cfg_attr(flash_f3, path = "f3.rs")]
#[cfg_attr(flash_f7, path = "f7.rs")]
#[cfg_attr(flash_h7, path = "h7.rs")]
mod family;
pub struct Flash<'d> {