Skip to content

Commit 5f14a8b

Browse files
Refactor Nuvoton configuration for bare metal
1 parent e854af4 commit 5f14a8b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

targets/targets.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5955,7 +5955,7 @@
59555955
]
59565956
},
59575957
"supported_application_profiles": [
5958-
"bare-metal"
5958+
"full", "bare-metal"
59595959
]
59605960
},
59615961
"NUMAKER_PFM_M453": {
@@ -6299,7 +6299,7 @@
62996299
]
63006300
},
63016301
"supported_application_profiles": [
6302-
"bare-metal"
6302+
"full", "bare-metal"
63036303
]
63046304
},
63056305
"NUMAKER_PFM_M487": {
@@ -6515,7 +6515,7 @@
65156515
"LPTICKER_DELAY_TICKS=4"
65166516
],
65176517
"supported_toolchains": [
6518-
"ARMC6",
6518+
"ARM",
65196519
"GCC_ARM"
65206520
],
65216521
"config": {
@@ -6619,7 +6619,7 @@
66196619
]
66206620
},
66216621
"supported_application_profiles": [
6622-
"bare-metal"
6622+
"full", "bare-metal"
66236623
]
66246624
},
66256625
"NUMAKER_IOT_M252": {
@@ -7428,7 +7428,7 @@
74287428
],
74297429
"is_disk_virtual": true,
74307430
"supported_toolchains": [
7431-
"ARMC6",
7431+
"ARM",
74327432
"GCC_ARM"
74337433
],
74347434
"config": {

0 commit comments

Comments
 (0)