Initial support for STM32F767ZI.

This commit is contained in:
Matous Hybl
2021-10-19 15:36:41 +02:00
committed by Dario Nieuwenhuis
parent 7cb34760c4
commit 015cad84dd
24 changed files with 712 additions and 7 deletions

View File

@ -0,0 +1 @@

View File

@ -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")]