mirror of https://github.com/ARMmbed/mbed-os.git
Remove IAR from NXP targets without small c lib support
Toolchains should provide support for small c lib, remove IAR from the NXP targets that don't currently do so.pull/14359/head
parent
332bcf472f
commit
c77eba00dc
|
@ -4368,7 +4368,6 @@
|
||||||
"core": "Cortex-M4F",
|
"core": "Cortex-M4F",
|
||||||
"supported_toolchains": [
|
"supported_toolchains": [
|
||||||
"ARM",
|
"ARM",
|
||||||
"IAR",
|
|
||||||
"GCC_ARM"
|
"GCC_ARM"
|
||||||
],
|
],
|
||||||
"extra_labels": [
|
"extra_labels": [
|
||||||
|
@ -4435,7 +4434,6 @@
|
||||||
"core": "Cortex-M4F",
|
"core": "Cortex-M4F",
|
||||||
"supported_toolchains": [
|
"supported_toolchains": [
|
||||||
"ARM",
|
"ARM",
|
||||||
"IAR",
|
|
||||||
"GCC_ARM"
|
"GCC_ARM"
|
||||||
],
|
],
|
||||||
"extra_labels": [
|
"extra_labels": [
|
||||||
|
|
Loading…
Reference in New Issue