mirror of https://github.com/ARMmbed/mbed-os.git
RZ_A1H: enable bootloader support
parent
40b7901cfb
commit
aad53c2377
|
@ -5847,7 +5847,10 @@
|
||||||
"device_has_add": ["USBDEVICE", "EMAC", "FLASH", "LPTICKER"],
|
"device_has_add": ["USBDEVICE", "EMAC", "FLASH", "LPTICKER"],
|
||||||
"release_versions": ["2", "5"],
|
"release_versions": ["2", "5"],
|
||||||
"device_name": "R7S72100",
|
"device_name": "R7S72100",
|
||||||
"bootloader_supported": false
|
"bootloader_supported": true,
|
||||||
|
"mbed_rom_start" : "0x18000000",
|
||||||
|
"mbed_rom_size" : "0x800000",
|
||||||
|
"sectors": [[0,4096]]
|
||||||
},
|
},
|
||||||
"VK_RZ_A1H": {
|
"VK_RZ_A1H": {
|
||||||
"inherits": ["RZ_A1XX"],
|
"inherits": ["RZ_A1XX"],
|
||||||
|
|
|
@ -302969,7 +302969,7 @@
|
||||||
"version": "1.2.1"
|
"version": "1.2.1"
|
||||||
},
|
},
|
||||||
"memories": {
|
"memories": {
|
||||||
"PROGRAM_FLASH": {
|
"IRAM1": {
|
||||||
"access": {
|
"access": {
|
||||||
"execute": true,
|
"execute": true,
|
||||||
"non_secure": false,
|
"non_secure": false,
|
||||||
|
@ -302977,12 +302977,12 @@
|
||||||
"peripheral": false,
|
"peripheral": false,
|
||||||
"read": true,
|
"read": true,
|
||||||
"secure": false,
|
"secure": false,
|
||||||
"write": false
|
"write": true
|
||||||
},
|
},
|
||||||
"default": true,
|
"default": true,
|
||||||
"size": 8388608,
|
"size": 10485760,
|
||||||
"start": 402653184,
|
"start": 536870912,
|
||||||
"startup": true
|
"startup": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"name": "R7S72100",
|
"name": "R7S72100",
|
||||||
|
@ -302994,12 +302994,7 @@
|
||||||
"units": 1
|
"units": 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"sectors": [
|
"sectors": [],
|
||||||
[
|
|
||||||
0,
|
|
||||||
4096
|
|
||||||
]
|
|
||||||
],
|
|
||||||
"sub_family": "RZ_A1H",
|
"sub_family": "RZ_A1H",
|
||||||
"vendor": "Renesas:117"
|
"vendor": "Renesas:117"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue