Skip to content

Commit 6ca3c42

Browse files
committed
targets: profiles remove/add not functional, replace it
It might be a bug as it should work.
1 parent dd6ed6c commit 6ca3c42

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

targets/targets.json

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -316,12 +316,9 @@
316316
]
317317
},
318318
"c_lib": "small",
319-
"supported_application_profiles_add": [
319+
"supported_application_profiles": [
320320
"bare-metal"
321321
],
322-
"supported_application_profiles_remove": [
323-
"rtos"
324-
],
325322
"device_name": "LPC1114FN28/102",
326323
"detect_code": [
327324
"1114"
@@ -1233,12 +1230,9 @@
12331230
],
12341231
"public": false,
12351232
"c_lib": "small",
1236-
"supported_application_profiles_add": [
1233+
"supported_application_profiles": [
12371234
"bare-metal"
12381235
],
1239-
"supported_application_profiles_remove": [
1240-
"rtos"
1241-
],
12421236
"overrides": {
12431237
"boot-stack-size": "0x400"
12441238
}
@@ -5926,12 +5920,9 @@
59265920
]
59275921
},
59285922
"c_lib": "small",
5929-
"supported_application_profiles_add": [
5923+
"supported_application_profiles": [
59305924
"bare-metal"
59315925
],
5932-
"supported_application_profiles_remove": [
5933-
"rtos"
5934-
],
59355926
"sectors": [
59365927
[
59375928
0,
@@ -6037,12 +6028,9 @@
60376028
]
60386029
},
60396030
"c_lib": "small",
6040-
"supported_application_profiles_add": [
6031+
"supported_application_profiles": [
60416032
"bare-metal"
60426033
],
6043-
"supported_application_profiles_remove": [
6044-
"rtos"
6045-
],
60466034
"device_name": "NANO130KE3BN",
60476035
"overrides": {
60486036
"deep-sleep-latency": 1,

0 commit comments

Comments
 (0)