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,
|
||||
"supported_toolchains": [
|
||||
"ARM",
|
||||
"GCC_ARM"
|
||||
"GCC_ARM",
|
||||
"IAR"
|
||||
],
|
||||
"config": {
|
||||
"hxt-present": {
|
||||
|
@ -7837,6 +7838,9 @@
|
|||
"gcc_arm": [
|
||||
"std",
|
||||
"small"
|
||||
],
|
||||
"iar": [
|
||||
"std"
|
||||
]
|
||||
},
|
||||
"supported_application_profiles": [
|
||||
|
|
Loading…
Reference in New Issue