diff --git a/TESTS/lorawan/loraradio/template_mbed_app.txt b/TESTS/lorawan/loraradio/template_mbed_app.txt index 8655843516..a4d6fd549a 100644 --- a/TESTS/lorawan/loraradio/template_mbed_app.txt +++ b/TESTS/lorawan/loraradio/template_mbed_app.txt @@ -135,7 +135,7 @@ "lora-tcxo": "NC" }, - "MTB_ADV_WISE_1510": { + "ADV_WISE_1510": { "lora-radio": "SX1276", "lora-spi-mosi": "SPI_RF_MOSI", "lora-spi-miso": "SPI_RF_MISO", diff --git a/targets/targets.json b/targets/targets.json index 135eddf484..67e47fd9b9 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -3682,7 +3682,7 @@ "device_name": "STM32L452RETx", "bootloader_supported": true }, - "MTB_ADV_WISE_1510": { + "ADV_WISE_1510": { "inherits": [ "FAMILY_STM32" ], diff --git a/tools/export/sw4stm32/__init__.py b/tools/export/sw4stm32/__init__.py index 74df6a2277..8999f21d62 100644 --- a/tools/export/sw4stm32/__init__.py +++ b/tools/export/sw4stm32/__init__.py @@ -253,7 +253,7 @@ class Sw4STM32(GNUARMEclipse): 'name': 'NUCLEO-L432KC', 'mcuId': 'STM32L432KCUx' }, - 'MTB_ADV_WISE_1510': + 'ADV_WISE_1510': { 'name': 'MTB-ADV-WISE-1510', 'mcuId': 'STM32L443xC'