targets: enable baremetal by default

For only baremetal targets, just drop in replace. Don't need to add/remove.
pull/12982/head
Martin Kojtal 2020-05-18 19:47:38 +01:00
parent d6fbda35d7
commit 9b4cddd16a
1 changed files with 6 additions and 17 deletions

View File

@ -33,7 +33,8 @@
]
},
"supported_application_profiles": [
"rtos"
"rtos",
"bare-metal"
],
"config": {
"console-uart": {
@ -316,12 +317,9 @@
]
},
"c_lib": "small",
"supported_application_profiles_add": [
"supported_application_profiles": [
"bare-metal"
],
"supported_application_profiles_remove": [
"rtos"
],
"device_name": "LPC1114FN28/102",
"detect_code": [
"1114"
@ -1233,12 +1231,9 @@
],
"public": false,
"c_lib": "small",
"supported_application_profiles_add": [
"supported_application_profiles": [
"bare-metal"
],
"supported_application_profiles_remove": [
"rtos"
],
"overrides": {
"boot-stack-size": "0x400"
}
@ -5926,12 +5921,9 @@
]
},
"c_lib": "small",
"supported_application_profiles_add": [
"supported_application_profiles": [
"bare-metal"
],
"supported_application_profiles_remove": [
"rtos"
],
"sectors": [
[
0,
@ -6037,12 +6029,9 @@
]
},
"c_lib": "small",
"supported_application_profiles_add": [
"supported_application_profiles": [
"bare-metal"
],
"supported_application_profiles_remove": [
"rtos"
],
"device_name": "NANO130KE3BN",
"overrides": {
"deep-sleep-latency": 1,