mirror of https://github.com/ARMmbed/mbed-os.git
Make ARMC6 as the default ARM toolchain for MTB targets
parent
8a8cff7c98
commit
8231ebaf43
|
@ -2478,7 +2478,7 @@
|
|||
"inherits": ["FAMILY_STM32"],
|
||||
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
|
||||
"core": "Cortex-M4F",
|
||||
"supported_toolchains": ["ARMC5", "uARM", "IAR", "GCC_ARM"],
|
||||
"supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
|
||||
"extra_labels_add": [
|
||||
"STM32F4",
|
||||
"STM32F412xG",
|
||||
|
|
Loading…
Reference in New Issue