Merge pull request #15469 from cyliangtw/master

TARGET_M480: Update targets.json to enable IAR support
pull/15471/head
Martin Kojtal 2023-11-30 10:35:50 +01:00 committed by GitHub
commit 30c2ea2cbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -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": [