diff --git a/tools/build_travis.py b/tools/build_travis.py index 5245d7c0b5..7f3509ed1b 100644 --- a/tools/build_travis.py +++ b/tools/build_travis.py @@ -68,6 +68,7 @@ build_list = [ { "target": "NUCLEO_F746ZG", "toolchains": "GCC_ARM", "libs": ["dsp"] }, { "target": "NUCLEO_F767ZI", "toolchains": "GCC_ARM", "libs": ["dsp"] }, { "target": "NUCLEO_L496ZG", "toolchains": "GCC_ARM", "libs": ["dsp"] }, + { "target": "NUCLEO_WB55RG", "toolchains": "GCC_ARM", "libs": ["dsp"] }, { "target": "MOTE_L152RC", "toolchains": "GCC_ARM", "libs": ["dsp"] }, diff --git a/tools/export/sw4stm32/__init__.py b/tools/export/sw4stm32/__init__.py index 3d3a73070e..edb7e8f24f 100644 --- a/tools/export/sw4stm32/__init__.py +++ b/tools/export/sw4stm32/__init__.py @@ -292,6 +292,11 @@ class Sw4STM32(GNUARMEclipse): { 'name': 'NUCLEO-L4R5ZI', 'mcuId': 'STM32L4R5ZITx' + }, + 'NUCLEO_WB55RG': + { + 'name': 'P-NUCLEO-WB55.NUCLEO', + 'mcuId': 'STM32WB55RGVx' } }