Merge pull request #11709 from JanneKiiskila/CMSIS-STM32H7xx

Update CMSIS pack index json for STM32H7xx family
pull/11651/head
Martin Kojtal 2019-11-05 13:21:46 +01:00 committed by GitHub
commit cdcef4babe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12050 additions and 1334 deletions

View File

@ -3215,6 +3215,10 @@
"STM32H7",
"STM32H743xI"
],
"mbed_rom_start": "0x08000000",
"mbed_rom_size" : "0x200000",
"mbed_ram_start": "0x24000000",
"mbed_ram_size" : "0x80000",
"config": {
"d11_configuration": {
"help": "Value: PA_7 for the default board configuration, PB_5 in case of solder bridge update (SB121 off/ SB122 on)",
@ -3264,6 +3268,10 @@
"NUCLEO_H743ZI2": {
"inherits": ["FAMILY_STM32"],
"core": "Cortex-M7FD",
"mbed_rom_start": "0x08000000",
"mbed_rom_size" : "0x200000",
"mbed_ram_start": "0x24000000",
"mbed_ram_size" : "0x80000",
"extra_labels_add": [
"STM32H7",
"STM32H743xI"
@ -3318,6 +3326,10 @@
"inherits": ["FAMILY_STM32"],
"core": "Cortex-M7FD",
"components_add": ["FLASHIAP"],
"mbed_rom_start": "0x08000000",
"mbed_rom_size" : "0x100000",
"mbed_ram_start": "0x24000000",
"mbed_ram_size" : "0x80000",
"extra_labels_add": [
"STM32H7",
"STM32H747xI",
@ -3355,6 +3367,7 @@
"MPU"
],
"release_versions": ["2", "5"],
"device_name": "STM32H747XIHx",
"bootloader_supported": true
},
"DISCO_H747I_CM4": {
@ -3366,6 +3379,10 @@
"DISCO_H747I"
],
"components_add": ["FLASHIAP"],
"mbed_rom_start": "0x08100000",
"mbed_rom_size" : "0x100000",
"mbed_ram_start": "0x10000000",
"mbed_ram_size" : "0x48000",
"config": {
"lpticker_lptim": {
"help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
@ -3390,7 +3407,9 @@
"TRNG",
"FLASH",
"MPU"
]
],
"device_name": "STM32H747XIHx",
"bootloader_supported": true
},
"DISCO_H747I_CM7": {
"inherits": ["DISCO_H747I"]

File diff suppressed because it is too large Load Diff