From 03296f03e7c5237ed8ac6a886d26d1375df4d43e Mon Sep 17 00:00:00 2001 From: jeromecoutant Date: Fri, 17 Jul 2020 12:54:38 +0200 Subject: [PATCH] STM32WB55xx creation in targets.json Each custom boards can now easily inherit from MCU_STM32WB55xx --- targets/targets.json | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/targets/targets.json b/targets/targets.json index 43a1dd9681..f0944b481d 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -3416,20 +3416,26 @@ "BLE" ] }, - "NUCLEO_WB55RG": { + "MCU_STM32WB55xx": { "inherits": [ "MCU_STM32WB" ], - "supported_form_factors": [ - "ARDUINO", - "MORPHO" - ], + "public": false, "extra_labels_add": [ "STM32WB55xx" ], "macros_add": [ "STM32WB55xx", "MBEDTLS_CONFIG_HW_SUPPORT" + ] + }, + "NUCLEO_WB55RG": { + "inherits": [ + "MCU_STM32WB55xx" + ], + "supported_form_factors": [ + "ARDUINO", + "MORPHO" ], "detect_code": [ "0839"