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