Skip to content

Commit 9b4cddd

Browse files
committed
targets: enable baremetal by default
For only baremetal targets, just drop in replace. Don't need to add/remove.
1 parent d6fbda3 commit 9b4cddd

File tree

1 file changed

+6
-17
lines changed

1 file changed

+6
-17
lines changed

targets/targets.json

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
]
3434
},
3535
"supported_application_profiles": [
36-
"rtos"
36+
"rtos",
37+
"bare-metal"
3738
],
3839
"config": {
3940
"console-uart": {
@@ -316,12 +317,9 @@
316317
]
317318
},
318319
"c_lib": "small",
319-
"supported_application_profiles_add": [
320+
"supported_application_profiles": [
320321
"bare-metal"
321322
],
322-
"supported_application_profiles_remove": [
323-
"rtos"
324-
],
325323
"device_name": "LPC1114FN28/102",
326324
"detect_code": [
327325
"1114"
@@ -1233,12 +1231,9 @@
12331231
],
12341232
"public": false,
12351233
"c_lib": "small",
1236-
"supported_application_profiles_add": [
1234+
"supported_application_profiles": [
12371235
"bare-metal"
12381236
],
1239-
"supported_application_profiles_remove": [
1240-
"rtos"
1241-
],
12421237
"overrides": {
12431238
"boot-stack-size": "0x400"
12441239
}
@@ -5926,12 +5921,9 @@
59265921
]
59275922
},
59285923
"c_lib": "small",
5929-
"supported_application_profiles_add": [
5924+
"supported_application_profiles": [
59305925
"bare-metal"
59315926
],
5932-
"supported_application_profiles_remove": [
5933-
"rtos"
5934-
],
59355927
"sectors": [
59365928
[
59375929
0,
@@ -6037,12 +6029,9 @@
60376029
]
60386030
},
60396031
"c_lib": "small",
6040-
"supported_application_profiles_add": [
6032+
"supported_application_profiles": [
60416033
"bare-metal"
60426034
],
6043-
"supported_application_profiles_remove": [
6044-
"rtos"
6045-
],
60466035
"device_name": "NANO130KE3BN",
60476036
"overrides": {
60486037
"deep-sleep-latency": 1,

0 commit comments

Comments
 (0)