Skip to content

Commit 03296f0

Browse files
committed
STM32WB55xx creation in targets.json
Each custom boards can now easily inherit from MCU_STM32WB55xx
1 parent 0b5a91c commit 03296f0

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

targets/targets.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3416,20 +3416,26 @@
34163416
"BLE"
34173417
]
34183418
},
3419-
"NUCLEO_WB55RG": {
3419+
"MCU_STM32WB55xx": {
34203420
"inherits": [
34213421
"MCU_STM32WB"
34223422
],
3423-
"supported_form_factors": [
3424-
"ARDUINO",
3425-
"MORPHO"
3426-
],
3423+
"public": false,
34273424
"extra_labels_add": [
34283425
"STM32WB55xx"
34293426
],
34303427
"macros_add": [
34313428
"STM32WB55xx",
34323429
"MBEDTLS_CONFIG_HW_SUPPORT"
3430+
]
3431+
},
3432+
"NUCLEO_WB55RG": {
3433+
"inherits": [
3434+
"MCU_STM32WB55xx"
3435+
],
3436+
"supported_form_factors": [
3437+
"ARDUINO",
3438+
"MORPHO"
34333439
],
34343440
"detect_code": [
34353441
"0839"

0 commit comments

Comments
 (0)