Skip to content

Commit ffcfa2f

Browse files
committed
Limit NUCLEO_H723ZG toolchain to GCC_ARM
Limit NUCLEO_H723ZG toolchain to GCC_ARM only. This is the only toolchain this target has been tested with yet. Signed-off-by: Daniel Starke <[email protected]>
1 parent 540d78e commit ffcfa2f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

targets/targets.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3306,6 +3306,9 @@
33063306
"inherits": [
33073307
"MCU_STM32H723xG"
33083308
],
3309+
"supported_toolchains": [
3310+
"GCC_ARM"
3311+
],
33093312
"extra_labels_add": [
33103313
"STM32H723ZG"
33113314
],

0 commit comments

Comments
 (0)