Skip to content

Commit 3fdad83

Browse files
Update targets JSON to new format for dual core devices
1 parent 85e8d69 commit 3fdad83

File tree

1 file changed

+12
-40
lines changed

1 file changed

+12
-40
lines changed

targets/targets.json5

Lines changed: 12 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -3561,20 +3561,13 @@
35613561
"system_power_supply": "PWR_DIRECT_SMPS_SUPPLY",
35623562
// Cannot enable overdrive mode because the default power supply is SMPS
35633563
"enable-overdrive-mode": 0
3564-
}
3565-
},
3566-
"DISCO_H747I_CM7": {
3567-
"inherits": [
3568-
"MCU_STM32H747xI_CM7",
3569-
"DISCO_H747"
3570-
],
3564+
},
35713565
"supported_form_factors": [
35723566
"ARDUINO_UNO",
35733567
"STMOD",
35743568
"PMOD"
35753569
],
35763570
"extra_labels_add": [
3577-
"DISCO_H747I",
35783571
"MT25QL512"
35793572
],
35803573
"components_add": [
@@ -3588,27 +3581,17 @@
35883581
],
35893582
"device_name": "STM32H747XIHx"
35903583
},
3584+
"DISCO_H747I_CM7": {
3585+
"inherits": [
3586+
"MCU_STM32H747xI_CM7",
3587+
"DISCO_H747"
3588+
]
3589+
},
35913590
"DISCO_H747I_CM4": {
35923591
"inherits": [
35933592
"MCU_STM32H747xI_CM4",
35943593
"DISCO_H747"
3595-
],
3596-
"extra_labels_add": [
3597-
"DISCO_H747I",
3598-
"MT25QL512"
3599-
],
3600-
"device_has_add": [
3601-
"QSPI"
3602-
],
3603-
"components_add": [
3604-
"QSPIF"
3605-
],
3606-
"supported_form_factors": [
3607-
"ARDUINO_UNO",
3608-
"STMOD",
3609-
"PMOD"
3610-
],
3611-
"device_name": "STM32H747XIHx"
3594+
]
36123595
},
36133596
// Umbrella target for all Arduino boards that use an H747 chip
36143597
"STM32H747_ARDUINO": {
@@ -3678,21 +3661,10 @@
36783661
"image_url": "https://store-usa.arduino.cc/cdn/shop/products/ABX00063_00.default_643x483.jpg?v=1677493878"
36793662
},
36803663
"ARDUINO_GIGA_CM7": {
3681-
inherits: ["ARDUINO_GIGA"],
3682-
"core": "Cortex-M7FD",
3683-
"memory_bank_config": {
3684-
// Select flash bank 1
3685-
"IROM1": {
3686-
"start": 0x08000000,
3687-
"size": 0x100000
3688-
}
3689-
},
3690-
"extra_labels_add": [
3691-
"STM32H747xI_CM7"
3692-
],
3693-
"macros_add": [
3694-
"CORE_CM7"
3695-
]
3664+
inherits: ["MCU_STM32H747xI_CM7", "ARDUINO_GIGA"],
3665+
},
3666+
"ARDUINO_GIGA_CM4": {
3667+
inherits: ["MCU_STM32H747xI_CM4", "ARDUINO_GIGA"],
36963668
},
36973669
"ARDUINO_PORTENTA_H7": {
36983670
"public": false,

0 commit comments

Comments
 (0)