|
|
@@ -208,7 +208,7 @@ impl Mcu {
|
|
208
|
208
|
lazy_static! {
|
|
209
|
209
|
static ref MCUS: BTreeMap<String, &'static str> = {
|
|
210
|
210
|
let mut mcus = BTreeMap::new();
|
|
211
|
|
- /*mcus.insert(
|
|
|
211
|
+ mcus.insert(
|
|
212
|
212
|
"STM32F030C6Tx".to_owned(),
|
|
213
|
213
|
include_str!("../cube-MX-db/mcu/STM32F030C6Tx.xml"),
|
|
214
|
214
|
);
|
|
|
@@ -1371,12 +1371,12 @@ lazy_static! {
|
|
1371
|
1371
|
mcus.insert(
|
|
1372
|
1372
|
"STM32F429ZGYx".to_owned(),
|
|
1373
|
1373
|
include_str!("../cube-MX-db/mcu/STM32F429ZGYx.xml"),
|
|
1374
|
|
- );*/
|
|
|
1374
|
+ );
|
|
1375
|
1375
|
mcus.insert(
|
|
1376
|
1376
|
"STM32F429ZITx".to_owned(),
|
|
1377
|
1377
|
include_str!("../cube-MX-db/mcu/STM32F429ZITx.xml"),
|
|
1378
|
1378
|
);
|
|
1379
|
|
- /*mcus.insert(
|
|
|
1379
|
+ mcus.insert(
|
|
1380
|
1380
|
"STM32F429ZIYx".to_owned(),
|
|
1381
|
1381
|
include_str!("../cube-MX-db/mcu/STM32F429ZIYx.xml"),
|
|
1382
|
1382
|
);
|
|
|
@@ -3355,7 +3355,7 @@ lazy_static! {
|
|
3355
|
3355
|
mcus.insert(
|
|
3356
|
3356
|
"STM32L4S9ZIYx".to_owned(),
|
|
3357
|
3357
|
include_str!("../cube-MX-db/mcu/STM32L4S9ZIYx.xml"),
|
|
3358
|
|
- );*/
|
|
|
3358
|
+ );
|
|
3359
|
3359
|
mcus
|
|
3360
|
3360
|
};
|
|
3361
|
3361
|
}
|