We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b5a91c commit 03296f0Copy full SHA for 03296f0
targets/targets.json
@@ -3416,20 +3416,26 @@
3416
"BLE"
3417
]
3418
},
3419
- "NUCLEO_WB55RG": {
+ "MCU_STM32WB55xx": {
3420
"inherits": [
3421
"MCU_STM32WB"
3422
],
3423
- "supported_form_factors": [
3424
- "ARDUINO",
3425
- "MORPHO"
3426
- ],
+ "public": false,
3427
"extra_labels_add": [
3428
"STM32WB55xx"
3429
3430
"macros_add": [
3431
"STM32WB55xx",
3432
"MBEDTLS_CONFIG_HW_SUPPORT"
+ ]
+ },
+ "NUCLEO_WB55RG": {
3433
+ "inherits": [
3434
+ "MCU_STM32WB55xx"
3435
+ ],
3436
+ "supported_form_factors": [
3437
+ "ARDUINO",
3438
+ "MORPHO"
3439
3440
"detect_code": [
3441
"0839"
0 commit comments