Skip to content

Commit fe2e905

Browse files
committed
NUCLEO_L4R5ZI_P: enable sw4stm32 export
1 parent d8dc981 commit fe2e905

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
@@ -288,6 +288,11 @@ class Sw4STM32(GNUARMEclipse):
288288
'name': 'NUCLEO-L496ZG',
289289
'mcuId': 'STM32L496ZGTx'
290290
},
291+
'NUCLEO_L4R5ZI_P':
292+
{
293+
'name': 'NUCLEO-L4R5ZI',
294+
'mcuId': 'STM32L4R5ZITx'
295+
}
291296
'NUCLEO_L4R5ZI':
292297
{
293298
'name': 'NUCLEO-L4R5ZI',

0 commit comments

Comments
 (0)