We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc5746e commit 236396bCopy full SHA for 236396b
tools/export/iar/iar_definitions.json
@@ -11,6 +11,9 @@
11
"STM32L496ZG": {
12
"OGChipSelectEditMenu": "STM32L496ZG\tST STM32L496ZG"
13
},
14
+ "STM32L4R5ZI": {
15
+ "OGChipSelectEditMenu": "STM32L4R5ZI\tST STM32L4R5ZI"
16
+ },
17
"STM32L476VG": {
18
"OGChipSelectEditMenu": "STM32L476VG\tST STM32L476VG"
19
tools/export/sw4stm32/__init__.py
@@ -288,6 +288,11 @@ class Sw4STM32(GNUARMEclipse):
288
'name': 'NUCLEO-L496ZG',
289
'mcuId': 'STM32L496ZGTx'
290
291
+ 'NUCLEO_L4R5ZI':
292
+ {
293
+ 'name': 'NUCLEO-L4R5ZI',
294
+ 'mcuId': 'STM32L4R5ZITx'
295
+ }
296
}
297
298
@classmethod
0 commit comments