@@ -572,6 +572,7 @@ gpio!(GPIOC, gpioc, iopcen, PC, [
572572 feature = "stm32f030" ,
573573 feature = "stm32f051" ,
574574 feature = "stm32f070" ,
575+ feature = "stm32f071" ,
575576 feature = "stm32f072" ,
576577 feature = "stm32f091" ,
577578) ) ]
@@ -599,7 +600,7 @@ gpio!(GPIOD, gpiod, iopden, PD, [
599600 PD2 : ( pd2, 2 , Input <Floating >) ,
600601] ) ;
601602
602- #[ cfg( any( feature = "stm32f072" , feature = "stm32f091" ) ) ]
603+ #[ cfg( any( feature = "stm32f071" , feature = " stm32f072", feature = "stm32f091" ) ) ]
603604gpio ! ( GPIOD , gpiod, iopden, PD , [
604605 PD0 : ( pd0, 0 , Input <Floating >) ,
605606 PD1 : ( pd1, 1 , Input <Floating >) ,
@@ -622,7 +623,7 @@ gpio!(GPIOD, gpiod, iopden, PD, [
622623// TODO: The ST SVD files are missing the entire PE enable register.
623624// Re-enable as soon as this gets fixed.
624625
625- // #[cfg(any(feature = "stm32f072", feature = "stm32f091"))]
626+ // #[cfg(any(feature = "stm32f071", feature = " stm32f072", feature = "stm32f091"))]
626627// gpio!(GPIOE, gpioe, iopeen, PE, [
627628// PE0: (pe0, 0, Input<Floating>),
628629// PE1: (pe1, 1, Input<Floating>),
@@ -671,7 +672,7 @@ gpio!(GPIOF, gpiof, iopfen, PF, [
671672 PF1 : ( pf1, 1 , Input <Floating >) ,
672673] ) ;
673674
674- #[ cfg( any( feature = "stm32f072" , feature = "stm32f091" ) ) ]
675+ #[ cfg( any( feature = "stm32f071" , feature = " stm32f072", feature = "stm32f091" ) ) ]
675676gpio ! ( GPIOF , gpiof, iopfen, PF , [
676677 PF0 : ( pf0, 0 , Input <Floating >) ,
677678 PF1 : ( pf1, 1 , Input <Floating >) ,
0 commit comments