Skip to content

Commit 236396b

Browse files
committed
NUCLEO_L4R5ZI: update iar and sw4stm32 exporters
1 parent dc5746e commit 236396b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

tools/export/iar/iar_definitions.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"STM32L496ZG": {
1212
"OGChipSelectEditMenu": "STM32L496ZG\tST STM32L496ZG"
1313
},
14+
"STM32L4R5ZI": {
15+
"OGChipSelectEditMenu": "STM32L4R5ZI\tST STM32L4R5ZI"
16+
},
1417
"STM32L476VG": {
1518
"OGChipSelectEditMenu": "STM32L476VG\tST STM32L476VG"
1619
},

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':
292+
{
293+
'name': 'NUCLEO-L4R5ZI',
294+
'mcuId': 'STM32L4R5ZITx'
295+
}
291296
}
292297

293298
@classmethod

0 commit comments

Comments
 (0)