mirror of https://github.com/ARMmbed/mbed-os.git
NUCLEO_L4R5ZI: update iar and sw4stm32 exporters
parent
dc5746e3ec
commit
236396b442
|
|
@ -11,6 +11,9 @@
|
||||||
"STM32L496ZG": {
|
"STM32L496ZG": {
|
||||||
"OGChipSelectEditMenu": "STM32L496ZG\tST STM32L496ZG"
|
"OGChipSelectEditMenu": "STM32L496ZG\tST STM32L496ZG"
|
||||||
},
|
},
|
||||||
|
"STM32L4R5ZI": {
|
||||||
|
"OGChipSelectEditMenu": "STM32L4R5ZI\tST STM32L4R5ZI"
|
||||||
|
},
|
||||||
"STM32L476VG": {
|
"STM32L476VG": {
|
||||||
"OGChipSelectEditMenu": "STM32L476VG\tST STM32L476VG"
|
"OGChipSelectEditMenu": "STM32L476VG\tST STM32L476VG"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -288,6 +288,11 @@ class Sw4STM32(GNUARMEclipse):
|
||||||
'name': 'NUCLEO-L496ZG',
|
'name': 'NUCLEO-L496ZG',
|
||||||
'mcuId': 'STM32L496ZGTx'
|
'mcuId': 'STM32L496ZGTx'
|
||||||
},
|
},
|
||||||
|
'NUCLEO_L4R5ZI':
|
||||||
|
{
|
||||||
|
'name': 'NUCLEO-L4R5ZI',
|
||||||
|
'mcuId': 'STM32L4R5ZITx'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue