Skip to content

Commit 41998d5

Browse files
Merge pull request #5084 from adustm/NUCLEO_L486_export
Allow exporters for NUCLEO_L486RG
2 parents da78647 + 4817f06 commit 41998d5

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

tools/export/iar/iar_definitions.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
"STM32L476RG": {
2424
"OGChipSelectEditMenu": "STM32L476RG\tST STM32L476RG"
2525
},
26+
"STM32L486RG": {
27+
"OGChipSelectEditMenu": "STM32L486RG\tST STM32L486RG"
28+
},
2629
"STM32L011K4": {
2730
"OGChipSelectEditMenu": "STM32L011x4\tST STM32L011x4"
2831
},

tools/export/sw4stm32/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,11 @@ class Sw4STM32(GNUARMEclipse):
249249
'name': 'NUCLEO-L476RG',
250250
'mcuId': 'STM32L476RGTx'
251251
},
252+
'NUCLEO_L486RG':
253+
{
254+
'name': 'NUCLEO-L486RG',
255+
'mcuId': 'STM32L486RGTx'
256+
},
252257
}
253258

254259
TARGETS = BOARDS.keys()

0 commit comments

Comments
 (0)