mirror of https://github.com/ARMmbed/mbed-os.git
add target definition for sw4stm32 exporter
parent
4e83d7fb15
commit
c17c410dc6
|
|
@ -254,6 +254,11 @@ class Sw4STM32(GNUARMEclipse):
|
|||
'name': 'NUCLEO-L486RG',
|
||||
'mcuId': 'STM32L486RGTx'
|
||||
},
|
||||
'NUCLEO_L496ZG':
|
||||
{
|
||||
'name': 'NUCLEO-L496ZG',
|
||||
'mcuId': 'STM32L496ZGTx'
|
||||
},
|
||||
}
|
||||
|
||||
TARGETS = BOARDS.keys()
|
||||
|
|
|
|||
Loading…
Reference in New Issue