Skip to content

Commit c9b9ee8

Browse files
author
Cruz Monrreal
authored
Merge pull request #8169 from bcostm/fix_IAR_exporters
STM32: add missing IAR exporters
2 parents 5a1c49f + 4d55e1b commit c9b9ee8

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

tools/export/iar/iar_definitions.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,5 +278,44 @@
278278
"OGChipSelectEditMenu": "TMPM3H6FWFG\tToshiba TMPM3H6FWFG",
279279
"GFPUCoreSlave": 24,
280280
"GBECoreSlave": 24
281+
},
282+
"STM32F446VE": {
283+
"OGChipSelectEditMenu": "STM32F446VE\tST STM32F446VE"
284+
},
285+
"STM32F303VC": {
286+
"OGChipSelectEditMenu": "STM32F303VC\tST STM32F303VC"
287+
},
288+
"STM32F334C8": {
289+
"OGChipSelectEditMenu": "STM32F334C8\tST STM32F334C8"
290+
},
291+
"STM32F413ZH": {
292+
"OGChipSelectEditMenu": "STM32F413ZH\tST STM32F413ZH"
293+
},
294+
"STM32F469NI": {
295+
"OGChipSelectEditMenu": "STM32F469NI\tST STM32F469NI"
296+
},
297+
"STM32F769NI": {
298+
"OGChipSelectEditMenu": "STM32F769NI\tST STM32F769NI"
299+
},
300+
"STM32F303ZE": {
301+
"OGChipSelectEditMenu": "STM32F303ZE\tST STM32F303ZE"
302+
},
303+
"STM32F410RB": {
304+
"OGChipSelectEditMenu": "STM32F410RB\tST STM32F410RB"
305+
},
306+
"STM32F412ZG": {
307+
"OGChipSelectEditMenu": "STM32F412ZG\tST STM32F412ZG"
308+
},
309+
"STM32F413ZH": {
310+
"OGChipSelectEditMenu": "STM32F413ZH\tST STM32F413ZH"
311+
},
312+
"STM32F756ZG": {
313+
"OGChipSelectEditMenu": "STM32F756ZG\tST STM32F756ZG"
314+
},
315+
"STM32L053R8": {
316+
"OGChipSelectEditMenu": "STM32L053R8\tST STM32L053R8"
317+
},
318+
"STM32L432KC": {
319+
"OGChipSelectEditMenu": "STM32L432KC\tST STM32L432KC"
281320
}
282321
}

0 commit comments

Comments
 (0)