mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #10288 from bridadan/allow_armc5_for_renesas_targets
Revert limiting Renesas targets to ARMC6pull/10317/head
commit
25371d47c5
|
@ -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": [
|
||||
|
@ -5374,7 +5374,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