Skip to content

Commit 96ecd48

Browse files
bcostmLMESTM
authored andcommitted
NUCLEO_WB55RG: update targets.json
1 parent 6234b35 commit 96ecd48

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

targets/targets.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7671,6 +7671,36 @@
76717671
"inherits": ["NUCLEO_L4R5ZI"],
76727672
"detect_code": ["0781"]
76737673
},
7674+
"NUCLEO_WB55RG": {
7675+
"inherits": ["FAMILY_STM32"],
7676+
"supported_form_factors": ["ARDUINO", "MORPHO"],
7677+
"core": "Cortex-M4F",
7678+
"extra_labels_add": ["STM32WB", "STM32WB55xx", "STM32WB55xG", "STM32WB55RG", "CORDIO"],
7679+
"config": {
7680+
"clock_source": {
7681+
"help": "Mask value : USE_PLL_HSE_EXTC | USE_PLL_HSI | USE_PLL_MSI",
7682+
"value": "USE_PLL_HSE_EXTC | USE_PLL_MSI",
7683+
"macro_name": "CLOCK_SOURCE"
7684+
},
7685+
"lpticker_lptim": {
7686+
"help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
7687+
"value": 1
7688+
}
7689+
},
7690+
"detect_code": ["0839"],
7691+
"device_has_add": [
7692+
"CRC",
7693+
"SERIAL_ASYNCH",
7694+
"SERIAL_FC",
7695+
"TRNG",
7696+
"FLASH",
7697+
"MPU"
7698+
],
7699+
"features": ["BLE"],
7700+
"release_versions": ["2", "5"],
7701+
"device_name": "STM32WB55RG",
7702+
"bootloader_supported": true
7703+
},
76747704
"VBLUNO52": {
76757705
"supported_form_factors": ["ARDUINO"],
76767706
"inherits": ["MCU_NRF52832"],

0 commit comments

Comments
 (0)