Make ARMC6 as the default ARM toolchain for MTB targets

pull/9888/head
Senthil Ramakrishnan 2019-02-26 09:46:27 -06:00 committed by Senthil Ramakrishnan
parent 8a8cff7c98
commit 8231ebaf43
1 changed files with 1 additions and 1 deletions

View File

@ -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",