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