mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #11709 from JanneKiiskila/CMSIS-STM32H7xx
Update CMSIS pack index json for STM32H7xx familypull/11651/head
commit
cdcef4babe
|
@ -3215,6 +3215,10 @@
|
||||||
"STM32H7",
|
"STM32H7",
|
||||||
"STM32H743xI"
|
"STM32H743xI"
|
||||||
],
|
],
|
||||||
|
"mbed_rom_start": "0x08000000",
|
||||||
|
"mbed_rom_size" : "0x200000",
|
||||||
|
"mbed_ram_start": "0x24000000",
|
||||||
|
"mbed_ram_size" : "0x80000",
|
||||||
"config": {
|
"config": {
|
||||||
"d11_configuration": {
|
"d11_configuration": {
|
||||||
"help": "Value: PA_7 for the default board configuration, PB_5 in case of solder bridge update (SB121 off/ SB122 on)",
|
"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": {
|
"NUCLEO_H743ZI2": {
|
||||||
"inherits": ["FAMILY_STM32"],
|
"inherits": ["FAMILY_STM32"],
|
||||||
"core": "Cortex-M7FD",
|
"core": "Cortex-M7FD",
|
||||||
|
"mbed_rom_start": "0x08000000",
|
||||||
|
"mbed_rom_size" : "0x200000",
|
||||||
|
"mbed_ram_start": "0x24000000",
|
||||||
|
"mbed_ram_size" : "0x80000",
|
||||||
"extra_labels_add": [
|
"extra_labels_add": [
|
||||||
"STM32H7",
|
"STM32H7",
|
||||||
"STM32H743xI"
|
"STM32H743xI"
|
||||||
|
@ -3318,6 +3326,10 @@
|
||||||
"inherits": ["FAMILY_STM32"],
|
"inherits": ["FAMILY_STM32"],
|
||||||
"core": "Cortex-M7FD",
|
"core": "Cortex-M7FD",
|
||||||
"components_add": ["FLASHIAP"],
|
"components_add": ["FLASHIAP"],
|
||||||
|
"mbed_rom_start": "0x08000000",
|
||||||
|
"mbed_rom_size" : "0x100000",
|
||||||
|
"mbed_ram_start": "0x24000000",
|
||||||
|
"mbed_ram_size" : "0x80000",
|
||||||
"extra_labels_add": [
|
"extra_labels_add": [
|
||||||
"STM32H7",
|
"STM32H7",
|
||||||
"STM32H747xI",
|
"STM32H747xI",
|
||||||
|
@ -3355,6 +3367,7 @@
|
||||||
"MPU"
|
"MPU"
|
||||||
],
|
],
|
||||||
"release_versions": ["2", "5"],
|
"release_versions": ["2", "5"],
|
||||||
|
"device_name": "STM32H747XIHx",
|
||||||
"bootloader_supported": true
|
"bootloader_supported": true
|
||||||
},
|
},
|
||||||
"DISCO_H747I_CM4": {
|
"DISCO_H747I_CM4": {
|
||||||
|
@ -3366,6 +3379,10 @@
|
||||||
"DISCO_H747I"
|
"DISCO_H747I"
|
||||||
],
|
],
|
||||||
"components_add": ["FLASHIAP"],
|
"components_add": ["FLASHIAP"],
|
||||||
|
"mbed_rom_start": "0x08100000",
|
||||||
|
"mbed_rom_size" : "0x100000",
|
||||||
|
"mbed_ram_start": "0x10000000",
|
||||||
|
"mbed_ram_size" : "0x48000",
|
||||||
"config": {
|
"config": {
|
||||||
"lpticker_lptim": {
|
"lpticker_lptim": {
|
||||||
"help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
"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",
|
"TRNG",
|
||||||
"FLASH",
|
"FLASH",
|
||||||
"MPU"
|
"MPU"
|
||||||
]
|
],
|
||||||
|
"device_name": "STM32H747XIHx",
|
||||||
|
"bootloader_supported": true
|
||||||
},
|
},
|
||||||
"DISCO_H747I_CM7": {
|
"DISCO_H747I_CM7": {
|
||||||
"inherits": ["DISCO_H747I"]
|
"inherits": ["DISCO_H747I"]
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue