From 96ecd48a40e7185f7d8749b3e6e51f98f78e8df7 Mon Sep 17 00:00:00 2001 From: bcostm Date: Tue, 25 Sep 2018 14:50:04 +0200 Subject: [PATCH] NUCLEO_WB55RG: update targets.json --- targets/targets.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/targets/targets.json b/targets/targets.json index 94994360a7..feb2f0aa5d 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -7671,6 +7671,36 @@ "inherits": ["NUCLEO_L4R5ZI"], "detect_code": ["0781"] }, + "NUCLEO_WB55RG": { + "inherits": ["FAMILY_STM32"], + "supported_form_factors": ["ARDUINO", "MORPHO"], + "core": "Cortex-M4F", + "extra_labels_add": ["STM32WB", "STM32WB55xx", "STM32WB55xG", "STM32WB55RG", "CORDIO"], + "config": { + "clock_source": { + "help": "Mask value : USE_PLL_HSE_EXTC | USE_PLL_HSI | USE_PLL_MSI", + "value": "USE_PLL_HSE_EXTC | USE_PLL_MSI", + "macro_name": "CLOCK_SOURCE" + }, + "lpticker_lptim": { + "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer", + "value": 1 + } + }, + "detect_code": ["0839"], + "device_has_add": [ + "CRC", + "SERIAL_ASYNCH", + "SERIAL_FC", + "TRNG", + "FLASH", + "MPU" + ], + "features": ["BLE"], + "release_versions": ["2", "5"], + "device_name": "STM32WB55RG", + "bootloader_supported": true + }, "VBLUNO52": { "supported_form_factors": ["ARDUINO"], "inherits": ["MCU_NRF52832"],