Skip to content

Commit 27d210a

Browse files
committed
Minor review patch
- moved NUCLEO definition next to MCU - set supported_toolchains to GCC only as this is the only validated toolchain - remove extra_labels_add as not used
1 parent 540d78e commit 27d210a

File tree

1 file changed

+40
-41
lines changed

1 file changed

+40
-41
lines changed

targets/targets.json

Lines changed: 40 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -3215,6 +3215,45 @@
32153215
"i2c_timing_value_algo": true
32163216
}
32173217
},
3218+
"NUCLEO_H723ZG": {
3219+
"inherits": [
3220+
"MCU_STM32H723xG"
3221+
],
3222+
"supported_toolchains": [
3223+
"GCC_ARM"
3224+
],
3225+
"config": {
3226+
"hse_value": {
3227+
"help": "HSE default value is 25MHz in HAL",
3228+
"value": "8000000",
3229+
"macro_name": "HSE_VALUE"
3230+
},
3231+
"d11_configuration": {
3232+
"help": "Value: PB_5 for the default board configuration, PA_7 in case of solder bridge update (SB33 on/ SB35 off)",
3233+
"value": "PB_5",
3234+
"macro_name": "STM32_D11_SPI_ETHERNET_PIN"
3235+
},
3236+
"usb_speed": {
3237+
"help": "USE_USB_OTG_HS or USE_USB_HS_IN_FS",
3238+
"value": "USE_USB_HS_IN_FS"
3239+
}
3240+
},
3241+
"device_has_add": [
3242+
"EMAC",
3243+
"USBDEVICE"
3244+
],
3245+
"overrides": {
3246+
"clock_source": "USE_PLL_HSE_EXTC",
3247+
"network-default-interface-type": "ETHERNET"
3248+
},
3249+
"supported_form_factors": [
3250+
"ARDUINO_UNO"
3251+
],
3252+
"detect_code": [
3253+
"0871"
3254+
],
3255+
"device_name": "STM32H723ZGTx"
3256+
},
32183257
"MCU_STM32H725xE": {
32193258
"inherits": [
32203259
"MCU_STM32H7"
@@ -3302,46 +3341,6 @@
33023341
],
33033342
"device_name": "STM32H743ZITx"
33043343
},
3305-
"NUCLEO_H723ZG": {
3306-
"inherits": [
3307-
"MCU_STM32H723xG"
3308-
],
3309-
"extra_labels_add": [
3310-
"STM32H723ZG"
3311-
],
3312-
"config": {
3313-
"hse_value": {
3314-
"help": "HSE default value is 25MHz in HAL",
3315-
"value": "8000000",
3316-
"macro_name": "HSE_VALUE"
3317-
},
3318-
"d11_configuration": {
3319-
"help": "Value: PB_5 for the default board configuration, PA_7 in case of solder bridge update (SB33 on/ SB35 off)",
3320-
"value": "PB_5",
3321-
"macro_name": "STM32_D11_SPI_ETHERNET_PIN"
3322-
},
3323-
"usb_speed": {
3324-
"help": "USE_USB_OTG_HS or USE_USB_HS_IN_FS",
3325-
"value": "USE_USB_HS_IN_FS"
3326-
}
3327-
},
3328-
"device_has_add": [
3329-
"EMAC",
3330-
"USBDEVICE"
3331-
],
3332-
"overrides": {
3333-
"clock_source": "USE_PLL_HSE_EXTC",
3334-
"lse_available": 1,
3335-
"network-default-interface-type": "ETHERNET"
3336-
},
3337-
"supported_form_factors": [
3338-
"ARDUINO_UNO"
3339-
],
3340-
"detect_code": [
3341-
"0836"
3342-
],
3343-
"device_name": "STM32H723ZGTx"
3344-
},
33453344
"MCU_STM32H745xI": {
33463345
"inherits": [
33473346
"MCU_STM32H7"
@@ -9274,5 +9273,5 @@
92749273
]
92759274
}
92769275

9277-
}
9276+
}
92789277
}

0 commit comments

Comments
 (0)