Skip to content

Commit 7afad64

Browse files
committed
STM32WB55RG: Add board declaration in tools
In travis build and in SW4STM32 exporter
1 parent 002f40d commit 7afad64

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

tools/build_travis.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
{ "target": "NUCLEO_F746ZG", "toolchains": "GCC_ARM", "libs": ["dsp"] },
6969
{ "target": "NUCLEO_F767ZI", "toolchains": "GCC_ARM", "libs": ["dsp"] },
7070
{ "target": "NUCLEO_L496ZG", "toolchains": "GCC_ARM", "libs": ["dsp"] },
71+
{ "target": "NUCLEO_WB55RG", "toolchains": "GCC_ARM", "libs": ["dsp"] },
7172

7273
{ "target": "MOTE_L152RC", "toolchains": "GCC_ARM", "libs": ["dsp"] },
7374

tools/export/sw4stm32/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,11 @@ class Sw4STM32(GNUARMEclipse):
292292
{
293293
'name': 'NUCLEO-L4R5ZI',
294294
'mcuId': 'STM32L4R5ZITx'
295+
},
296+
'NUCLEO_WB55RG':
297+
{
298+
'name': 'P-NUCLEO-WB55.NUCLEO',
299+
'mcuId': 'STM32WB55RGVx'
295300
}
296301
}
297302

0 commit comments

Comments
 (0)