Skip to content

Commit

Permalink
Merge pull request #15469 from cyliangtw/master
Browse files Browse the repository at this point in the history
TARGET_M480: Update targets.json to enable IAR support
  • Loading branch information
0xc0170 committed Nov 30, 2023
2 parents 36045bd + 2ebe0d5 commit 30c2ea2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion targets/targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -7711,7 +7711,8 @@
"is_disk_virtual": true,
"supported_toolchains": [
"ARM",
"GCC_ARM"
"GCC_ARM",
"IAR"
],
"config": {
"hxt-present": {
Expand Down Expand Up @@ -7837,6 +7838,9 @@
"gcc_arm": [
"std",
"small"
],
"iar": [
"std"
]
},
"supported_application_profiles": [
Expand Down

0 comments on commit 30c2ea2

Please sign in to comment.