mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #15469 from cyliangtw/master
TARGET_M480: Update targets.json to enable IAR supportpull/15471/head
commit
30c2ea2cbc
|
@ -7711,7 +7711,8 @@
|
||||||
"is_disk_virtual": true,
|
"is_disk_virtual": true,
|
||||||
"supported_toolchains": [
|
"supported_toolchains": [
|
||||||
"ARM",
|
"ARM",
|
||||||
"GCC_ARM"
|
"GCC_ARM",
|
||||||
|
"IAR"
|
||||||
],
|
],
|
||||||
"config": {
|
"config": {
|
||||||
"hxt-present": {
|
"hxt-present": {
|
||||||
|
@ -7837,6 +7838,9 @@
|
||||||
"gcc_arm": [
|
"gcc_arm": [
|
||||||
"std",
|
"std",
|
||||||
"small"
|
"small"
|
||||||
|
],
|
||||||
|
"iar": [
|
||||||
|
"std"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"supported_application_profiles": [
|
"supported_application_profiles": [
|
||||||
|
|
Loading…
Reference in New Issue