Skip to content

Commit dd6ed6c

Browse files
committed
Revert "targets: enable baremetal by default"
This reverts commit 9b4cddd. Not all targets can be enabled, will need more work.
1 parent b43fc0c commit dd6ed6c

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

targets/targets.json

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
]
3434
},
3535
"supported_application_profiles": [
36-
"rtos",
37-
"bare-metal"
36+
"rtos"
3837
],
3938
"config": {
4039
"console-uart": {
@@ -317,9 +316,12 @@
317316
]
318317
},
319318
"c_lib": "small",
320-
"supported_application_profiles": [
319+
"supported_application_profiles_add": [
321320
"bare-metal"
322321
],
322+
"supported_application_profiles_remove": [
323+
"rtos"
324+
],
323325
"device_name": "LPC1114FN28/102",
324326
"detect_code": [
325327
"1114"
@@ -1231,9 +1233,12 @@
12311233
],
12321234
"public": false,
12331235
"c_lib": "small",
1234-
"supported_application_profiles": [
1236+
"supported_application_profiles_add": [
12351237
"bare-metal"
12361238
],
1239+
"supported_application_profiles_remove": [
1240+
"rtos"
1241+
],
12371242
"overrides": {
12381243
"boot-stack-size": "0x400"
12391244
}
@@ -5921,9 +5926,12 @@
59215926
]
59225927
},
59235928
"c_lib": "small",
5924-
"supported_application_profiles": [
5929+
"supported_application_profiles_add": [
59255930
"bare-metal"
59265931
],
5932+
"supported_application_profiles_remove": [
5933+
"rtos"
5934+
],
59275935
"sectors": [
59285936
[
59295937
0,
@@ -6029,9 +6037,12 @@
60296037
]
60306038
},
60316039
"c_lib": "small",
6032-
"supported_application_profiles": [
6040+
"supported_application_profiles_add": [
60336041
"bare-metal"
60346042
],
6043+
"supported_application_profiles_remove": [
6044+
"rtos"
6045+
],
60356046
"device_name": "NANO130KE3BN",
60366047
"overrides": {
60376048
"deep-sleep-latency": 1,

0 commit comments

Comments
 (0)