We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dde615b commit 88c3bcfCopy full SHA for 88c3bcf
targets/targets.json
@@ -3396,6 +3396,10 @@
3396
"release_versions": ["2", "5"],
3397
"device_name": "STM32L496ZG"
3398
},
3399
+ "NUCLEO_L496ZG_P": {
3400
+ "inherits": ["NUCLEO_L496ZG"],
3401
+ "detect_code": ["0828"]
3402
+ },
3403
"VBLUNO52": {
3404
"supported_form_factors": ["ARDUINO"],
3405
"inherits": ["MCU_NRF52"],
tools/export/sw4stm32/__init__.py
@@ -259,6 +259,11 @@ class Sw4STM32(GNUARMEclipse):
259
'name': 'NUCLEO-L496ZG',
260
'mcuId': 'STM32L496ZGTx'
261
262
+ 'NUCLEO_L496ZG_P':
263
+ {
264
+ 'name': 'NUCLEO-L496ZG',
265
+ 'mcuId': 'STM32L496ZGTx'
266
267
}
268
269
TARGETS = BOARDS.keys()
0 commit comments