@@ -42,7 +42,7 @@ pub enum Device {
42
42
Stm32L4S5 ,
43
43
Stm32L4S7 ,
44
44
Stm32L4S9 ,
45
- Stm32WbX5 ,
45
+ Stm32Wbx5 ,
46
46
}
47
47
48
48
impl Device {
@@ -112,7 +112,7 @@ impl Device {
112
112
item ! ( Self :: Stm32L4S7 ) ;
113
113
item ! ( Self :: Stm32L4S9 ) ;
114
114
family ! ( "STM32WB multi-protocol wireless / bluetooth" ) ;
115
- item ! ( Self :: Stm32WbX5 ) ;
115
+ item ! ( Self :: Stm32Wbx5 ) ;
116
116
Ok ( ( ) )
117
117
}
118
118
@@ -150,7 +150,7 @@ impl Device {
150
150
| Self :: Stm32L4S5
151
151
| Self :: Stm32L4S7
152
152
| Self :: Stm32L4S9
153
- | Self :: Stm32WbX5 => "thumbv7em-none-eabihf" ,
153
+ | Self :: Stm32Wbx5 => "thumbv7em-none-eabihf" ,
154
154
}
155
155
}
156
156
@@ -185,7 +185,7 @@ impl Device {
185
185
| Self :: Stm32L4S5
186
186
| Self :: Stm32L4S7
187
187
| Self :: Stm32L4S9
188
- | Self :: Stm32WbX5 => 0x0800_0000 ,
188
+ | Self :: Stm32Wbx5 => 0x0800_0000 ,
189
189
}
190
190
}
191
191
@@ -223,7 +223,7 @@ impl Device {
223
223
| Self :: Stm32L4S5
224
224
| Self :: Stm32L4S7
225
225
| Self :: Stm32L4S9
226
- | Self :: Stm32WbX5 => 0x2000_0000 ,
226
+ | Self :: Stm32Wbx5 => 0x2000_0000 ,
227
227
}
228
228
}
229
229
@@ -258,7 +258,7 @@ impl Device {
258
258
| Self :: Stm32L4S5
259
259
| Self :: Stm32L4S7
260
260
| Self :: Stm32L4S9
261
- | Self :: Stm32WbX5 => Some ( 4_000_000 ) ,
261
+ | Self :: Stm32Wbx5 => Some ( 4_000_000 ) ,
262
262
}
263
263
}
264
264
@@ -296,7 +296,7 @@ impl Device {
296
296
| Self :: Stm32L4S5
297
297
| Self :: Stm32L4S7
298
298
| Self :: Stm32L4S9
299
- | Self :: Stm32WbX5 => ( crates:: Platform :: CortexM , "cortex_m4f_r0p1" , & [ "fpu" ] ) ,
299
+ | Self :: Stm32Wbx5 => ( crates:: Platform :: CortexM , "cortex_m4f_r0p1" , & [ "fpu" ] ) ,
300
300
}
301
301
}
302
302
@@ -422,7 +422,7 @@ impl Device {
422
422
| Self :: Stm32L4S5
423
423
| Self :: Stm32L4S7
424
424
| Self :: Stm32L4S9 => & [ Probe :: Bmp , Probe :: Openocd ] ,
425
- Self :: Stm32WbX5 => & [ Probe :: Openocd ] ,
425
+ Self :: Stm32Wbx5 => & [ Probe :: Openocd ] ,
426
426
}
427
427
}
428
428
@@ -459,7 +459,7 @@ impl Device {
459
459
| Self :: Stm32L4S5
460
460
| Self :: Stm32L4S7
461
461
| Self :: Stm32L4S9 => & [ "target/stm32l4x.cfg" ] ,
462
- Self :: Stm32WbX5 => & [ "target/stm32wbx.cfg" ] ,
462
+ Self :: Stm32Wbx5 => & [ "target/stm32wbx.cfg" ] ,
463
463
}
464
464
}
465
465
}
0 commit comments