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.
2 parents da78647 + 4817f06 commit 41998d5Copy full SHA for 41998d5
tools/export/iar/iar_definitions.json
@@ -23,6 +23,9 @@
23
"STM32L476RG": {
24
"OGChipSelectEditMenu": "STM32L476RG\tST STM32L476RG"
25
},
26
+ "STM32L486RG": {
27
+ "OGChipSelectEditMenu": "STM32L486RG\tST STM32L486RG"
28
+ },
29
"STM32L011K4": {
30
"OGChipSelectEditMenu": "STM32L011x4\tST STM32L011x4"
31
tools/export/sw4stm32/__init__.py
@@ -249,6 +249,11 @@ class Sw4STM32(GNUARMEclipse):
249
'name': 'NUCLEO-L476RG',
250
'mcuId': 'STM32L476RGTx'
251
252
+ 'NUCLEO_L486RG':
253
+ {
254
+ 'name': 'NUCLEO-L486RG',
255
+ 'mcuId': 'STM32L486RGTx'
256
257
}
258
259
TARGETS = BOARDS.keys()
0 commit comments