Merge pull request #5084 from adustm/NUCLEO_L486_export

Allow exporters for NUCLEO_L486RG
pull/5264/head
Jimmy Brisson 2017-10-05 11:12:06 -05:00 committed by GitHub
commit 41998d5836
2 changed files with 8 additions and 0 deletions

View File

@ -23,6 +23,9 @@
"STM32L476RG": {
"OGChipSelectEditMenu": "STM32L476RG\tST STM32L476RG"
},
"STM32L486RG": {
"OGChipSelectEditMenu": "STM32L486RG\tST STM32L486RG"
},
"STM32L011K4": {
"OGChipSelectEditMenu": "STM32L011x4\tST STM32L011x4"
},

View File

@ -249,6 +249,11 @@ class Sw4STM32(GNUARMEclipse):
'name': 'NUCLEO-L476RG',
'mcuId': 'STM32L476RGTx'
},
'NUCLEO_L486RG':
{
'name': 'NUCLEO-L486RG',
'mcuId': 'STM32L486RGTx'
},
}
TARGETS = BOARDS.keys()