Skip to content

Commit 30c2ea2

Browse files
authored
Merge pull request #15469 from cyliangtw/master
TARGET_M480: Update targets.json to enable IAR support
2 parents 36045bd + 2ebe0d5 commit 30c2ea2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

targets/targets.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -7711,7 +7711,8 @@
77117711
"is_disk_virtual": true,
77127712
"supported_toolchains": [
77137713
"ARM",
7714-
"GCC_ARM"
7714+
"GCC_ARM",
7715+
"IAR"
77157716
],
77167717
"config": {
77177718
"hxt-present": {
@@ -7837,6 +7838,9 @@
78377838
"gcc_arm": [
78387839
"std",
78397840
"small"
7841+
],
7842+
"iar": [
7843+
"std"
78407844
]
78417845
},
78427846
"supported_application_profiles": [

0 commit comments

Comments
 (0)