mirror of https://github.com/ARMmbed/mbed-os.git
targets: enable baremetal by default
For only baremetal targets, just drop in replace. Don't need to add/remove.pull/12982/head
parent
d6fbda35d7
commit
9b4cddd16a
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue