STM32WB55xx creation in targets.json

Each custom boards can now easily inherit from MCU_STM32WB55xx
pull/13304/head
jeromecoutant 2020-07-17 12:54:38 +02:00
parent 0b5a91c9a2
commit 03296f03e7
1 changed files with 11 additions and 5 deletions

View File

@ -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"