DISCO_H747I - MBED_ROM & device name definition

Compilation of bootloader requires these parameters.
pull/11709/head
Janne Kiiskila 2019-10-31 13:51:12 +02:00
parent 83daa5052b
commit 6028fa7a94
1 changed files with 3 additions and 0 deletions

View File

@ -3318,6 +3318,8 @@
"inherits": ["FAMILY_STM32"],
"core": "Cortex-M7FD",
"components_add": ["FLASHIAP"],
"mbed_rom_start": "0x08000000",
"mbed_rom_size" : "0x100000",
"extra_labels_add": [
"STM32H7",
"STM32H747xI",
@ -3355,6 +3357,7 @@
"MPU"
],
"release_versions": ["2", "5"],
"device_name": "STM32H747AGIx",
"bootloader_supported": true
},
"DISCO_H747I_CM4": {