Skip to content

Commit dbe34f0

Browse files
pmancele0xc0170
authored andcommitted
add target definition for sw4stm32 exporter
1 parent 59155b7 commit dbe34f0

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
@@ -254,6 +254,11 @@ class Sw4STM32(GNUARMEclipse):
254254
'name': 'NUCLEO-L486RG',
255255
'mcuId': 'STM32L486RGTx'
256256
},
257+
'NUCLEO_L496ZG':
258+
{
259+
'name': 'NUCLEO-L496ZG',
260+
'mcuId': 'STM32L496ZGTx'
261+
},
257262
}
258263

259264
TARGETS = BOARDS.keys()

0 commit comments

Comments
 (0)