Skip to content

Commit 226d86b

Browse files
committed
NANO130: 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 530a5cf commit 226d86b

File tree

3 files changed

+15
-50
lines changed

3 files changed

+15
-50
lines changed

targets/TARGET_NUVOTON/TARGET_NANO100/device/TOOLCHAIN_ARM_STD/NANO130.sct

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

targets/targets.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10055,7 +10055,6 @@
1005510055
"is_disk_virtual": true,
1005610056
"supported_toolchains": [
1005710057
"ARM",
10058-
"uARM",
1005910058
"GCC_ARM",
1006010059
"IAR"
1006110060
],
@@ -10120,6 +10119,21 @@
1012010119
"release_versions": [
1012110120
"5"
1012210121
],
10122+
"supported_c_libs": {
10123+
"arm": [
10124+
"std",
10125+
"small"
10126+
],
10127+
"gcc_arm": [
10128+
"std",
10129+
"small"
10130+
],
10131+
"iar": [
10132+
"std"
10133+
]
10134+
},
10135+
"c_lib": "small",
10136+
"supported_application_profiles": ["bare-metal"],
1012310137
"device_name": "NANO130KE3BN",
1012410138
"overrides": {
1012510139
"deep-sleep-latency": 1,

0 commit comments

Comments
 (0)