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
Daniel Starke 2022-11-10 22:44:06 +01:00
parent 540d78eb9c
commit ffcfa2fffe
No known key found for this signature in database
GPG Key ID: 56CA20D8D1071E5C
1 changed files with 3 additions and 0 deletions

View File

@ -3306,6 +3306,9 @@
"inherits": [
"MCU_STM32H723xG"
],
"supported_toolchains": [
"GCC_ARM"
],
"extra_labels_add": [
"STM32H723ZG"
],