mirror of https://github.com/ARMmbed/mbed-os.git
STM32WB55xx creation in targets.json
Each custom boards can now easily inherit from MCU_STM32WB55xxpull/13304/head
parent
0b5a91c9a2
commit
03296f03e7
|
|
@ -3416,20 +3416,26 @@
|
|||
"BLE"
|
||||
]
|
||||
},
|
||||
"NUCLEO_WB55RG": {
|
||||
"MCU_STM32WB55xx": {
|
||||
"inherits": [
|
||||
"MCU_STM32WB"
|
||||
],
|
||||
"supported_form_factors": [
|
||||
"ARDUINO",
|
||||
"MORPHO"
|
||||
],
|
||||
"public": false,
|
||||
"extra_labels_add": [
|
||||
"STM32WB55xx"
|
||||
],
|
||||
"macros_add": [
|
||||
"STM32WB55xx",
|
||||
"MBEDTLS_CONFIG_HW_SUPPORT"
|
||||
]
|
||||
},
|
||||
"NUCLEO_WB55RG": {
|
||||
"inherits": [
|
||||
"MCU_STM32WB55xx"
|
||||
],
|
||||
"supported_form_factors": [
|
||||
"ARDUINO",
|
||||
"MORPHO"
|
||||
],
|
||||
"detect_code": [
|
||||
"0839"
|
||||
|
|
|
|||
Loading…
Reference in New Issue