targets: add rtos profile by default

Every target is assumed to supported Mbed OS. If its not the case, it supports
only baremetal. Thus removing rtos, and adding bare-metal to the app profile.
pull/12982/head
Martin Kojtal 2020-05-18 19:39:40 +01:00
parent 07084a5212
commit d6fbda35d7
1 changed files with 21 additions and 4 deletions

View File

@ -32,6 +32,9 @@
"std"
]
},
"supported_application_profiles": [
"rtos"
],
"config": {
"console-uart": {
"help": "Target has UART console on pins STDIO_UART_TX, STDIO_UART_RX. Value is only significant if target has SERIAL device.",
@ -313,7 +316,12 @@
]
},
"c_lib": "small",
"supported_application_profiles": ["bare-metal"],
"supported_application_profiles_add": [
"bare-metal"
],
"supported_application_profiles_remove": [
"rtos"
],
"device_name": "LPC1114FN28/102",
"detect_code": [
"1114"
@ -1225,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"
}
@ -5915,9 +5926,12 @@
]
},
"c_lib": "small",
"supported_application_profiles": [
"supported_application_profiles_add": [
"bare-metal"
],
"supported_application_profiles_remove": [
"rtos"
],
"sectors": [
[
0,
@ -6023,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,