mirror of https://github.com/ARMmbed/mbed-os.git
Revert "targets: enable baremetal by default"
This reverts commit 9b4cddd16a
.
Not all targets can be enabled, will need more work.
pull/12995/head
parent
b43fc0cf1a
commit
dd6ed6c968
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue