Skip to content

Commit 2b257fa

Browse files
bcostm0xc0170
authored andcommitted
NUCLEO_WB55RG: update targets.json
1 parent b5c3075 commit 2b257fa

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
@@ -7699,6 +7699,36 @@
76997699
"inherits": ["NUCLEO_L4R5ZI"],
77007700
"detect_code": ["0781"]
77017701
},
7702+
"NUCLEO_WB55RG": {
7703+
"inherits": ["FAMILY_STM32"],
7704+
"supported_form_factors": ["ARDUINO", "MORPHO"],
7705+
"core": "Cortex-M4F",
7706+
"extra_labels_add": ["STM32WB", "STM32WB55xx", "STM32WB55xG", "STM32WB55RG", "CORDIO"],
7707+
"config": {
7708+
"clock_source": {
7709+
"help": "Mask value : USE_PLL_HSE_EXTC | USE_PLL_HSI | USE_PLL_MSI",
7710+
"value": "USE_PLL_HSE_EXTC | USE_PLL_MSI",
7711+
"macro_name": "CLOCK_SOURCE"
7712+
},
7713+
"lpticker_lptim": {
7714+
"help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
7715+
"value": 1
7716+
}
7717+
},
7718+
"detect_code": ["0839"],
7719+
"device_has_add": [
7720+
"CRC",
7721+
"SERIAL_ASYNCH",
7722+
"SERIAL_FC",
7723+
"TRNG",
7724+
"FLASH",
7725+
"MPU"
7726+
],
7727+
"features": ["BLE"],
7728+
"release_versions": ["2", "5"],
7729+
"device_name": "STM32WB55RG",
7730+
"bootloader_supported": true
7731+
},
77027732
"VBLUNO52": {
77037733
"supported_form_factors": ["ARDUINO"],
77047734
"inherits": ["MCU_NRF52832"],

0 commit comments

Comments
 (0)