mirror of https://github.com/ARMmbed/mbed-os.git
NUCLEO_L496ZG_P support
parent
dde615b8a8
commit
88c3bcfd1c
|
@ -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"],
|
||||||
|
|
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue