add target definition for sw4stm32 exporter

pull/4650/head
Pierre-Marie Ancele 2017-10-02 11:59:44 +02:00
parent 4e83d7fb15
commit c17c410dc6
1 changed files with 5 additions and 0 deletions

View File

@ -254,6 +254,11 @@ class Sw4STM32(GNUARMEclipse):
'name': 'NUCLEO-L486RG',
'mcuId': 'STM32L486RGTx'
},
'NUCLEO_L496ZG':
{
'name': 'NUCLEO-L496ZG',
'mcuId': 'STM32L496ZGTx'
},
}
TARGETS = BOARDS.keys()