mirror of https://github.com/ARMmbed/mbed-os.git
Replaced rtos profile with full profile
parent
8b70dfe593
commit
4d3c6b3a64
|
|
@ -33,7 +33,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"supported_application_profiles": [
|
"supported_application_profiles": [
|
||||||
"rtos"
|
"full"
|
||||||
],
|
],
|
||||||
"config": {
|
"config": {
|
||||||
"console-uart": {
|
"console-uart": {
|
||||||
|
|
@ -832,7 +832,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"supported_application_profiles": [
|
"supported_application_profiles": [
|
||||||
"rtos", "bare-metal"
|
"full", "bare-metal"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"SDT64B": {
|
"SDT64B": {
|
||||||
|
|
@ -1172,7 +1172,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"supported_application_profiles": [
|
"supported_application_profiles": [
|
||||||
"rtos",
|
"full",
|
||||||
"bare-metal"
|
"bare-metal"
|
||||||
],
|
],
|
||||||
"macros": [
|
"macros": [
|
||||||
|
|
@ -5741,7 +5741,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"supported_application_profiles": [
|
"supported_application_profiles": [
|
||||||
"rtos", "bare-metal"
|
"full", "bare-metal"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"ARDUINO_NANO33BLE": {
|
"ARDUINO_NANO33BLE": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue