Skip to content

Commit 88c3bcf

Browse files
committed
NUCLEO_L496ZG_P support
1 parent dde615b commit 88c3bcf

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

targets/targets.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3396,6 +3396,10 @@
33963396
"release_versions": ["2", "5"],
33973397
"device_name": "STM32L496ZG"
33983398
},
3399+
"NUCLEO_L496ZG_P": {
3400+
"inherits": ["NUCLEO_L496ZG"],
3401+
"detect_code": ["0828"]
3402+
},
33993403
"VBLUNO52": {
34003404
"supported_form_factors": ["ARDUINO"],
34013405
"inherits": ["MCU_NRF52"],

tools/export/sw4stm32/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,11 @@ class Sw4STM32(GNUARMEclipse):
259259
'name': 'NUCLEO-L496ZG',
260260
'mcuId': 'STM32L496ZGTx'
261261
},
262+
'NUCLEO_L496ZG_P':
263+
{
264+
'name': 'NUCLEO-L496ZG',
265+
'mcuId': 'STM32L496ZGTx'
266+
},
262267
}
263268

264269
TARGETS = BOARDS.keys()

0 commit comments

Comments
 (0)