mirror of https://github.com/ARMmbed/mbed-os.git
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 <daniel-email@gmx.net>pull/15343/head
parent
540d78eb9c
commit
ffcfa2fffe
|
@ -3306,6 +3306,9 @@
|
|||
"inherits": [
|
||||
"MCU_STM32H723xG"
|
||||
],
|
||||
"supported_toolchains": [
|
||||
"GCC_ARM"
|
||||
],
|
||||
"extra_labels_add": [
|
||||
"STM32H723ZG"
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue