mirror of https://github.com/ARMmbed/mbed-os.git
STM32: MCU_STM32 supports rtos and bare-metal profiles
parent
698fc09b4c
commit
46ccded9b1
|
@ -1171,6 +1171,10 @@
|
||||||
"std"
|
"std"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"supported_application_profiles": [
|
||||||
|
"rtos",
|
||||||
|
"bare-metal"
|
||||||
|
],
|
||||||
"macros": [
|
"macros": [
|
||||||
"USE_HAL_DRIVER",
|
"USE_HAL_DRIVER",
|
||||||
"USE_FULL_LL_DRIVER",
|
"USE_FULL_LL_DRIVER",
|
||||||
|
@ -1368,9 +1372,6 @@
|
||||||
"macro_name": "CLOCK_SOURCE"
|
"macro_name": "CLOCK_SOURCE"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"overrides": {
|
|
||||||
"tickless-from-us-ticker": true
|
|
||||||
},
|
|
||||||
"detect_code": [
|
"detect_code": [
|
||||||
"0700"
|
"0700"
|
||||||
],
|
],
|
||||||
|
@ -1452,8 +1453,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"lse_available": 0,
|
"lse_available": 0
|
||||||
"tickless-from-us-ticker": true
|
|
||||||
},
|
},
|
||||||
"detect_code": [
|
"detect_code": [
|
||||||
"0775"
|
"0775"
|
||||||
|
@ -1504,10 +1504,7 @@
|
||||||
"MPU"
|
"MPU"
|
||||||
],
|
],
|
||||||
"bootloader_supported": true,
|
"bootloader_supported": true,
|
||||||
"device_name": "STM32F303RE",
|
"device_name": "STM32F303RE"
|
||||||
"supported_application_profiles": [
|
|
||||||
"rtos", "bare-metal"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"NUCLEO_F303ZE": {
|
"NUCLEO_F303ZE": {
|
||||||
"inherits": [
|
"inherits": [
|
||||||
|
@ -1658,10 +1655,7 @@
|
||||||
"MPU"
|
"MPU"
|
||||||
],
|
],
|
||||||
"device_name": "STM32F411RE",
|
"device_name": "STM32F411RE",
|
||||||
"bootloader_supported": true,
|
"bootloader_supported": true
|
||||||
"supported_application_profiles": [
|
|
||||||
"rtos", "bare-metal"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"MTS_DRAGONFLY_F411RE": {
|
"MTS_DRAGONFLY_F411RE": {
|
||||||
"inherits": [
|
"inherits": [
|
||||||
|
@ -2014,10 +2008,7 @@
|
||||||
"bootloader_supported": true,
|
"bootloader_supported": true,
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"network-default-interface-type": "ETHERNET"
|
"network-default-interface-type": "ETHERNET"
|
||||||
},
|
}
|
||||||
"supported_application_profiles": [
|
|
||||||
"rtos", "bare-metal"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"DISCO_F429ZI": {
|
"DISCO_F429ZI": {
|
||||||
"inherits": [
|
"inherits": [
|
||||||
|
@ -3492,10 +3483,7 @@
|
||||||
"BLE"
|
"BLE"
|
||||||
],
|
],
|
||||||
"device_name": "STM32L475VG",
|
"device_name": "STM32L475VG",
|
||||||
"bootloader_supported": true,
|
"bootloader_supported": true
|
||||||
"supported_application_profiles": [
|
|
||||||
"rtos", "bare-metal"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"NUCLEO_L476RG": {
|
"NUCLEO_L476RG": {
|
||||||
"inherits": [
|
"inherits": [
|
||||||
|
|
Loading…
Reference in New Issue