Merge pull request #12223 from d-kato/rza1xx_bootloader_support

RZ_A1H and GR_LYCHEE: Enable bootloader support
pull/12280/head
Martin Kojtal 2020-01-17 13:53:36 +00:00 committed by GitHub
commit 0266a95fb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 12 deletions

View File

@ -8619,7 +8619,10 @@
"5"
],
"device_name": "R7S72100",
"bootloader_supported": false
"bootloader_supported": true,
"mbed_rom_start" : "0x18000000",
"mbed_rom_size" : "0x800000",
"sectors": [[402653184,4096]]
},
"VK_RZ_A1H": {
"inherits": [
@ -8667,7 +8670,10 @@
"5"
],
"device_name": "R7S72103",
"bootloader_supported": false,
"bootloader_supported": true,
"mbed_rom_start" : "0x18000000",
"mbed_rom_size" : "0x800000",
"sectors": [[402653184,4096]],
"overrides": {
"network-default-interface-type": null
}

View File

@ -302969,7 +302969,7 @@
"version": "1.2.1"
},
"memories": {
"PROGRAM_FLASH": {
"IRAM1": {
"access": {
"execute": true,
"non_secure": false,
@ -302977,12 +302977,12 @@
"peripheral": false,
"read": true,
"secure": false,
"write": false
"write": true
},
"default": true,
"size": 8388608,
"start": 402653184,
"startup": true
"size": 10485760,
"start": 536870912,
"startup": false
}
},
"name": "R7S72100",
@ -303013,7 +303013,7 @@
"version": "1.2.1"
},
"memories": {
"PROGRAM_FLASH": {
"IRAM1": {
"access": {
"execute": true,
"non_secure": false,
@ -303021,12 +303021,12 @@
"peripheral": false,
"read": true,
"secure": false,
"write": false
"write": true
},
"default": true,
"size": 8388608,
"start": 402653184,
"startup": true
"size": 3145728,
"start": 536870912,
"startup": false
}
},
"name": "R7S72103",