File tree Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -1151,12 +1151,28 @@ impl_pin_traits! {
1151
1151
}
1152
1152
}
1153
1153
1154
- #[ cfg( feature = "stm32l4x6" ) ]
1154
+ #[ cfg( any(
1155
+ // feature = "stm32l471", ,, missing PAC support
1156
+ // feature = "stm32l475",
1157
+ feature = "stm32l476" ,
1158
+ // feature = "stm32l485",
1159
+ // feature = "stm32l486",
1160
+ // feature = "stm32l496",
1161
+ // feature = "stm32l4a6",
1162
+ // feature = "stm32l4p5",
1163
+ // feature = "stm32l4q5",
1164
+ // feature = "stm32l4r5",
1165
+ // feature = "stm32l4s5",
1166
+ // feature = "stm32l4r7",
1167
+ // feature = "stm32l4s7",
1168
+ // feature = "stm32l4r9",
1169
+ // feature = "stm32l4s9",
1170
+ ) ) ]
1155
1171
impl_pin_traits ! {
1156
1172
LPUART1 : {
1157
- AF8 : {
1158
- TX : PB11 ;
1159
- RX : PB10 ;
1173
+ 8 : {
1174
+ TX : PB11 , PC1 ;
1175
+ RX : PB10 , PC0 ;
1160
1176
RTS_DE : ;
1161
1177
CTS : ;
1162
1178
}
You can’t perform that action at this time.
0 commit comments