File tree Expand file tree Collapse file tree 1 file changed +15
-18
lines changed Expand file tree Collapse file tree 1 file changed +15
-18
lines changed Original file line number Diff line number Diff line change 3421
3421
] ,
3422
3422
"device_name" : "STM32H745ZITx"
3423
3423
} ,
3424
+
3425
+ // These targets contain the extra bits to add to the MCU_STM32H745xI target to set it for the
3426
+ // CM4 or CM7 core.
3424
3427
"MCU_STM32H745xI_CM4" : {
3425
- "inherits" : [
3426
- "MCU_STM32H745xI"
3427
- ] ,
3428
3428
"public" : false ,
3429
3429
"extra_labels_add" : [
3430
3430
"STM32H745xI_CM4"
3442
3442
]
3443
3443
} ,
3444
3444
"MCU_STM32H745xI_CM7" : {
3445
- "inherits" : [
3446
- "MCU_STM32H745xI"
3447
- ] ,
3448
3445
"public" : false ,
3449
3446
"extra_labels_add" : [
3450
3447
"STM32H745xI_CM7"
3463
3460
]
3464
3461
} ,
3465
3462
"NUCLEO_H745ZI_Q" : {
3463
+ "inherits" : [ "MCU_STM32H745xI" ] ,
3466
3464
"supported_form_factors" : [
3467
3465
"ARDUINO_UNO"
3468
3466
] ,
3508
3506
"STM32H747xx"
3509
3507
]
3510
3508
} ,
3509
+ // These targets contain the extra bits to add to the MCU_STM32H747xI target to set it for the
3510
+ // CM4 or CM7 core.
3511
3511
"MCU_STM32H747xI_CM7" : {
3512
- "inherits" : [
3513
- "MCU_STM32H747xI"
3514
- ] ,
3515
3512
"public" : false ,
3516
3513
"extra_labels_add" : [
3517
3514
"STM32H747xI_CM7"
3530
3527
]
3531
3528
} ,
3532
3529
"MCU_STM32H747xI_CM4" : {
3533
- "inherits" : [
3534
- "MCU_STM32H747xI"
3535
- ] ,
3536
3530
"public" : false ,
3537
3531
"extra_labels_add" : [
3538
3532
"STM32H747xI_CM4"
3557
3551
"DISCO_H747I" : {
3558
3552
"image_url" : "https://mm.digikey.com/Volume0/opasdata/d220001/medias/images/310/MFG_STM32H747I-DISCO.jpg" ,
3559
3553
"public" : false ,
3554
+ "inherits" : [ "MCU_STM32H747xI" ] ,
3560
3555
"overrides" : {
3561
3556
"system_power_supply" : "PWR_DIRECT_SMPS_SUPPLY" ,
3562
3557
// Cannot enable overdrive mode because the default power supply is SMPS
3563
3558
"enable-overdrive-mode" : 0
3564
3559
}
3565
3560
} ,
3566
3561
"DISCO_H747I_CM7" : {
3562
+ // NOTE: inherit from MCU_STM32H747xI_CM7 first so that target's attributes get priority over
3563
+ // DISCO_H747I's attributes.
3567
3564
"inherits" : [
3568
- "MCU_STM32H747xI_CM7" ,
3569
- "DISCO_H747 "
3565
+ "MCU_STM32H747xI_CM7" ,
3566
+ "DISCO_H747I "
3570
3567
] ,
3571
3568
"supported_form_factors" : [
3572
3569
"ARDUINO_UNO" ,
3590
3587
} ,
3591
3588
"DISCO_H747I_CM4" : {
3592
3589
"inherits" : [
3593
- "MCU_STM32H747xI_CM4" ,
3594
- "DISCO_H747 "
3590
+ "MCU_STM32H747xI_CM4" ,
3591
+ "DISCO_H747I "
3595
3592
] ,
3596
3593
"extra_labels_add" : [
3597
3594
"DISCO_H747I" ,
3669
3666
"image_url" : "https://store.arduino.cc/cdn/shop/products/ABX00042_00.iso_1200x900.jpg?v=1675840144"
3670
3667
} ,
3671
3668
"ARDUINO_PORTENTA_H7_M7" : {
3672
- "inherits" : [ "ARDUINO_PORTENTA_H7 " , "MCU_STM32H747xI_CM7" ] ,
3669
+ "inherits" : [ "MCU_STM32H747xI_CM7 " , "ARDUINO_PORTENTA_H7" ]
3673
3670
} ,
3674
3671
"ARDUINO_PORTENTA_H7_M4" : {
3675
- "inherits" : [ "ARDUINO_PORTENTA_H7 " , "MCU_STM32H747xI_CM4" ] ,
3672
+ "inherits" : [ "MCU_STM32H747xI_CM4 " , "ARDUINO_PORTENTA_H7" ]
3676
3673
} ,
3677
3674
"MCU_STM32H750xB" : {
3678
3675
"inherits" : [
You can’t perform that action at this time.
0 commit comments