Revert "targets: enable baremetal by default"

This reverts commit 9b4cddd16a.

Not all targets can be enabled, will need more work.
pull/12995/head
Martin Kojtal 2020-05-19 10:26:48 +01:00
parent b43fc0cf1a
commit dd6ed6c968
1 changed files with 17 additions and 6 deletions

View File

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