mirror of https://github.com/ARMmbed/mbed-os.git
STM32H7: update device_name
parent
1c375e4d90
commit
4393d241b2
|
@ -2968,7 +2968,7 @@
|
|||
"detect_code": [
|
||||
"0836"
|
||||
],
|
||||
"device_name": "STM32H743ZI"
|
||||
"device_name": "STM32H743ZITx"
|
||||
},
|
||||
"MCU_STM32H745xI": {
|
||||
"inherits": [
|
||||
|
@ -3197,10 +3197,6 @@
|
|||
],
|
||||
"public": false,
|
||||
"core": "Cortex-M7FD",
|
||||
"mbed_rom_start": "0x08000000",
|
||||
"mbed_rom_size": "0x200000",
|
||||
"mbed_ram_start": "0x24000000",
|
||||
"mbed_ram_size": "0x100000",
|
||||
"extra_labels_add": [
|
||||
"STM32H7A3xIQ"
|
||||
],
|
||||
|
@ -3224,6 +3220,7 @@
|
|||
"supported_form_factors": [
|
||||
"ARDUINO_UNO"
|
||||
],
|
||||
"device_name": "STM32H7A3ZITxQ",
|
||||
"detect_code": [
|
||||
"0860"
|
||||
]
|
||||
|
|
|
@ -1180,12 +1180,6 @@
|
|||
"SN32F70*B"
|
||||
]
|
||||
},
|
||||
"STM32H743I-EVAL": {
|
||||
"name": "STM32H743I-EVAL",
|
||||
"mounted_devices": [
|
||||
"STM32H743XI"
|
||||
]
|
||||
},
|
||||
"STM32L-Discovery": {
|
||||
"name": "STM32L-Discovery",
|
||||
"mounted_devices": [
|
||||
|
|
|
@ -437140,6 +437140,89 @@
|
|||
"sub_family": "STM32H743",
|
||||
"vendor": "STMicroelectronics:13"
|
||||
},
|
||||
"STM32H7A3ZITxQ": {
|
||||
"algorithms": [
|
||||
{
|
||||
"default": true,
|
||||
"file_name": "CMSIS/Flash/STM32H7x_2048.FLM",
|
||||
"ram_size": 32768,
|
||||
"ram_start": 536870912,
|
||||
"size": 2097152,
|
||||
"start": 134217728
|
||||
}
|
||||
],
|
||||
"family": "STM32H7 Series",
|
||||
"from_pack": {
|
||||
"pack": "STM32H7xx_DFP",
|
||||
"url": "https://www.keil.com/pack/",
|
||||
"vendor": "Keil",
|
||||
"version": "2.7.0"
|
||||
},
|
||||
"memories": {
|
||||
"IRAM1": {
|
||||
"access": {
|
||||
"execute": true,
|
||||
"non_secure": false,
|
||||
"non_secure_callable": false,
|
||||
"peripheral": false,
|
||||
"read": true,
|
||||
"secure": false,
|
||||
"write": true
|
||||
},
|
||||
"default": true,
|
||||
"size": 1048576,
|
||||
"start": 603979776,
|
||||
"startup": false
|
||||
},
|
||||
"IRAM2": {
|
||||
"access": {
|
||||
"execute": true,
|
||||
"non_secure": false,
|
||||
"non_secure_callable": false,
|
||||
"peripheral": false,
|
||||
"read": true,
|
||||
"secure": false,
|
||||
"write": true
|
||||
},
|
||||
"default": true,
|
||||
"size": 131072,
|
||||
"start": 536870912,
|
||||
"startup": false
|
||||
},
|
||||
"IROM1": {
|
||||
"access": {
|
||||
"execute": true,
|
||||
"non_secure": false,
|
||||
"non_secure_callable": false,
|
||||
"peripheral": false,
|
||||
"read": true,
|
||||
"secure": false,
|
||||
"write": false
|
||||
},
|
||||
"default": true,
|
||||
"size": 2097152,
|
||||
"start": 134217728,
|
||||
"startup": true
|
||||
}
|
||||
},
|
||||
"name": "STM32H7A3ZITxQ",
|
||||
"processor": {
|
||||
"Symmetric": {
|
||||
"core": "CortexM7",
|
||||
"fpu": "DoublePrecision",
|
||||
"mpu": "Present",
|
||||
"units": 1
|
||||
}
|
||||
},
|
||||
"sectors": [
|
||||
[
|
||||
134217728,
|
||||
131072
|
||||
]
|
||||
],
|
||||
"sub_family": "STM32H7A3",
|
||||
"vendor": "STMicroelectronics:13"
|
||||
},
|
||||
"STM32H745BGTx": {
|
||||
"algorithms": [
|
||||
{
|
||||
|
@ -440294,7 +440377,7 @@
|
|||
"startup": false
|
||||
}
|
||||
},
|
||||
"name": "STM32H747XIHx",
|
||||
"name": "STM32H747XIHx:CM7",
|
||||
"processor": {
|
||||
"Asymmetric": {
|
||||
"CM4": {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"MKL46Z256xxx4": "MKL46Z256VLL4",
|
||||
"MKL82Z128xxx7": "MKL82Z128VLK7",
|
||||
"R7S72103": "R7S72100",
|
||||
"STM32H743ZI": "STM32H743ZITx",
|
||||
|
||||
"STM32L011K4": "STM32L011K4Tx",
|
||||
"STM32L031K6": "STM32L031K6Tx",
|
||||
"STM32L053C8": "STM32L053C8Tx",
|
||||
|
|
Loading…
Reference in New Issue