mirror of https://github.com/ARMmbed/mbed-os.git
Remove IAR from list of supported toolchains
parent
6238f2ecad
commit
f985169f04
|
@ -818,8 +818,7 @@
|
|||
"core": "Cortex-M4F",
|
||||
"supported_toolchains": [
|
||||
"ARM",
|
||||
"GCC_ARM",
|
||||
"IAR"
|
||||
"GCC_ARM"
|
||||
],
|
||||
"macros": [
|
||||
"__ADUCM4050__",
|
||||
|
@ -873,8 +872,7 @@
|
|||
"core": "Cortex-M3",
|
||||
"supported_toolchains": [
|
||||
"ARM",
|
||||
"GCC_ARM",
|
||||
"IAR"
|
||||
"GCC_ARM"
|
||||
],
|
||||
"macros": [
|
||||
"__ADUCM3029__",
|
||||
|
|
Loading…
Reference in New Issue