Initial support for STM32F767ZI.
This commit is contained in:
committed by
Dario Nieuwenhuis
parent
7cb34760c4
commit
015cad84dd
1
embassy-stm32/src/pwr/f7.rs
Normal file
1
embassy-stm32/src/pwr/f7.rs
Normal file
@ -0,0 +1 @@
|
||||
|
@ -1,5 +1,6 @@
|
||||
#[cfg_attr(any(pwr_h7, pwr_h7smps), path = "h7.rs")]
|
||||
#[cfg_attr(pwr_f4, path = "f4.rs")]
|
||||
#[cfg_attr(pwr_f7, path = "f7.rs")]
|
||||
#[cfg_attr(pwr_wl5, path = "wl5.rs")]
|
||||
#[cfg_attr(pwr_g0, path = "g0.rs")]
|
||||
#[cfg_attr(pwr_l1, path = "l1.rs")]
|
||||
|
Reference in New Issue
Block a user