NUCLEO_L496ZG_P support

pull/5424/head
jeromecoutant 2017-11-03 11:05:54 +01:00
parent dde615b8a8
commit 88c3bcfd1c
2 changed files with 9 additions and 0 deletions

View File

@ -3396,6 +3396,10 @@
"release_versions": ["2", "5"], "release_versions": ["2", "5"],
"device_name": "STM32L496ZG" "device_name": "STM32L496ZG"
}, },
"NUCLEO_L496ZG_P": {
"inherits": ["NUCLEO_L496ZG"],
"detect_code": ["0828"]
},
"VBLUNO52": { "VBLUNO52": {
"supported_form_factors": ["ARDUINO"], "supported_form_factors": ["ARDUINO"],
"inherits": ["MCU_NRF52"], "inherits": ["MCU_NRF52"],

View File

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