STM32WB55RG: Add board declaration in tools

In travis build and in SW4STM32 exporter
pull/9814/head
Laurent Meunier 2019-02-26 18:19:05 +01:00
parent 002f40dd3a
commit 7afad64886
2 changed files with 6 additions and 0 deletions

View File

@ -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"] },

View File

@ -292,6 +292,11 @@ class Sw4STM32(GNUARMEclipse):
{
'name': 'NUCLEO-L4R5ZI',
'mcuId': 'STM32L4R5ZITx'
},
'NUCLEO_WB55RG':
{
'name': 'P-NUCLEO-WB55.NUCLEO',
'mcuId': 'STM32WB55RGVx'
}
}