mirror of https://github.com/ARMmbed/mbed-os.git
Revert "Only enable ARMC6 for a few targets"
These targets appear to run fine with ARMC5.
This reverts commit 2b75dfda0f
.
pull/10288/head
parent
333da46815
commit
57cfa0bfa2
|
@ -2597,7 +2597,7 @@
|
|||
},
|
||||
"MTB_MXCHIP_EMW3166": {
|
||||
"inherits": ["FAMILY_STM32"],
|
||||
"supported_toolchains": ["ARMC6", "GCC_ARM", "IAR"],
|
||||
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
|
||||
"core": "Cortex-M4F",
|
||||
"extra_labels_add": [
|
||||
"STM32F4",
|
||||
|
@ -2630,7 +2630,7 @@
|
|||
},
|
||||
"USI_WM_BN_BM_22": {
|
||||
"inherits": ["FAMILY_STM32"],
|
||||
"supported_toolchains": ["ARMC6", "GCC_ARM", "IAR"],
|
||||
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
|
||||
"components_add": ["SPIF", "FLASHIAP"],
|
||||
"core": "Cortex-M4F",
|
||||
"extra_labels_add": [
|
||||
|
@ -5348,7 +5348,7 @@
|
|||
"RZ_A1XX": {
|
||||
"inherits": ["Target"],
|
||||
"core": "Cortex-A9",
|
||||
"supported_toolchains": ["ARMC6", "GCC_ARM", "IAR"],
|
||||
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
|
||||
"extra_labels": ["RENESAS", "RZ_A1XX"],
|
||||
"device_has": [
|
||||
"SLEEP",
|
||||
|
|
Loading…
Reference in New Issue