File tree 2 files changed +3
-8
lines changed 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -142,15 +142,15 @@ required-features = ["rt"]
142
142
143
143
[[example ]]
144
144
name = " can-loopback"
145
- required-features = [" rt" , " stm32l431 " ]
145
+ required-features = [" rt" ]
146
146
147
147
[[example ]]
148
148
name = " irq_button"
149
149
required-features = [" rt" ]
150
150
151
151
[[example ]]
152
152
name = " qspi"
153
- required-features = [" rt" , " stm32l476" ]
153
+ required-features = [" rt" , " stm32l476" ] # L433/43 have no QSPI peripheral and are highly likely to be used
154
154
155
155
[[example ]]
156
156
name = " rng"
Original file line number Diff line number Diff line change @@ -93,12 +93,7 @@ pub mod traits;
93
93
94
94
#[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
95
95
pub mod adc;
96
- #[ cfg( any(
97
- feature = "stm32l431" ,
98
- feature = "stm32l451" ,
99
- feature = "stm32l471" ,
100
- feature = "stm32l475"
101
- ) ) ]
96
+ #[ cfg( not( any( feature = "stm32l412" , ) ) ) ]
102
97
pub mod can;
103
98
#[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
104
99
pub mod crc;
You can’t perform that action at this time.
0 commit comments