Skip to content

Commit 8231eba

Browse files
committed
Make ARMC6 as the default ARM toolchain for MTB targets
1 parent 8a8cff7 commit 8231eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/targets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2478,7 +2478,7 @@
24782478
"inherits": ["FAMILY_STM32"],
24792479
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
24802480
"core": "Cortex-M4F",
2481-
"supported_toolchains": ["ARMC5", "uARM", "IAR", "GCC_ARM"],
2481+
"supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
24822482
"extra_labels_add": [
24832483
"STM32F4",
24842484
"STM32F412xG",

0 commit comments

Comments
 (0)