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": [
|
||||
"rtos"
|
||||
"full"
|
||||
],
|
||||
"config": {
|
||||
"console-uart": {
|
||||
|
|
@ -832,7 +832,7 @@
|
|||
]
|
||||
},
|
||||
"supported_application_profiles": [
|
||||
"rtos", "bare-metal"
|
||||
"full", "bare-metal"
|
||||
]
|
||||
},
|
||||
"SDT64B": {
|
||||
|
|
@ -1172,7 +1172,7 @@
|
|||
]
|
||||
},
|
||||
"supported_application_profiles": [
|
||||
"rtos",
|
||||
"full",
|
||||
"bare-metal"
|
||||
],
|
||||
"macros": [
|
||||
|
|
@ -5741,7 +5741,7 @@
|
|||
}
|
||||
},
|
||||
"supported_application_profiles": [
|
||||
"rtos", "bare-metal"
|
||||
"full", "bare-metal"
|
||||
]
|
||||
},
|
||||
"ARDUINO_NANO33BLE": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue