Skip to content

Commit 11b34d8

Browse files
committed
STM32WL : ADDING NUCLEO WL55 IN STM32SW4 EXPORT
1 parent 6220ca5 commit 11b34d8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tools/export/sw4stm32/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,11 @@ class Sw4STM32(GNUARMEclipse):
212212
{
213213
'name': 'P-NUCLEO-WB55.NUCLEO',
214214
'mcuId': 'STM32WB55RGVx'
215+
},
216+
'NUCLEO_WL55JC':
217+
{
218+
'name': 'P-NUCLEO-WL55.NUCLEO',
219+
'mcuId': 'STM32WL55JCIx'
215220
}
216221
}
217222

0 commit comments

Comments
 (0)