Skip to content

Commit 42a0407

Browse files
committed
export: fix IAR definition for dual core STM32 DISCO_H747I
1 parent f36982c commit 42a0407

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

targets/targets.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3369,7 +3369,6 @@
33693369
"FLASH",
33703370
"MPU"
33713371
],
3372-
"device_name": "STM32H747XIHx",
33733372
"bootloader_supported": true
33743373
},
33753374
"DISCO_H747I_CM7": {

tools/export/iar/iar_definitions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@
371371
"STM32H743ZI": {
372372
"OGChipSelectEditMenu": "STM32H743ZI\tST STM32H743ZI"
373373
},
374-
"DISCO_H747I": {
374+
"STM32H747XIHx": {
375375
"OGChipSelectEditMenu": "STM32H747XI_CM7\tST STM32H747XI_CM7"
376376
},
377377
"DISCO_H747I_CM4": {

0 commit comments

Comments
 (0)