Skip to content

Commit e7dd405

Browse files
committed
M453: Support bare metal
Relevant modifications to make TOOLCHAIN_* directories clear: 1. Remove TOOLCHAIN_ARM_STD 2. Rename TOOLCHAIN_ARM_MICRO to TOOLCHAIN_ARM
1 parent 226d86b commit e7dd405

File tree

3 files changed

+15
-59
lines changed

3 files changed

+15
-59
lines changed

targets/TARGET_NUVOTON/TARGET_M451/device/TOOLCHAIN_ARM_STD/M453.sct

Lines changed: 0 additions & 57 deletions
This file was deleted.

targets/targets.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9961,7 +9961,6 @@
99619961
"is_disk_virtual": true,
99629962
"supported_toolchains": [
99639963
"ARM",
9964-
"uARM",
99659964
"GCC_ARM",
99669965
"IAR"
99679966
],
@@ -10025,9 +10024,23 @@
1002510024
"FLASHIAP"
1002610025
],
1002710026
"release_versions": [
10028-
"2",
1002910027
"5"
1003010028
],
10029+
"supported_c_libs": {
10030+
"arm": [
10031+
"std",
10032+
"small"
10033+
],
10034+
"gcc_arm": [
10035+
"std",
10036+
"small"
10037+
],
10038+
"iar": [
10039+
"std"
10040+
]
10041+
},
10042+
"c_lib": "small",
10043+
"supported_application_profiles": ["bare-metal"],
1003110044
"sectors": [
1003210045
[
1003310046
0,

0 commit comments

Comments
 (0)