NUCLEO_L4R5ZI: update iar and sw4stm32 exporters

pull/7585/head
bcostm 2018-07-20 11:46:52 +02:00
parent dc5746e3ec
commit 236396b442
2 changed files with 8 additions and 0 deletions

View File

@ -11,6 +11,9 @@
"STM32L496ZG": {
"OGChipSelectEditMenu": "STM32L496ZG\tST STM32L496ZG"
},
"STM32L4R5ZI": {
"OGChipSelectEditMenu": "STM32L4R5ZI\tST STM32L4R5ZI"
},
"STM32L476VG": {
"OGChipSelectEditMenu": "STM32L476VG\tST STM32L476VG"
},

View File

@ -288,6 +288,11 @@ class Sw4STM32(GNUARMEclipse):
'name': 'NUCLEO-L496ZG',
'mcuId': 'STM32L496ZGTx'
},
'NUCLEO_L4R5ZI':
{
'name': 'NUCLEO-L4R5ZI',
'mcuId': 'STM32L4R5ZITx'
}
}
@classmethod