Merge pull request #12724 from RyoheiHagimoto/renesas_bl_515

RZ_A1H and GR_LYCHEE: Enable bootloader support (Mbed OS 5.15)
pull/12776/head
Martin Kojtal 2020-04-08 10:05:44 +02:00 committed by GitHub
commit 067d7eb166
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 12 deletions

View File

@ -5899,7 +5899,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": [[402653184,4096]]
}, },
"VK_RZ_A1H": { "VK_RZ_A1H": {
"inherits": ["RZ_A1XX"], "inherits": ["RZ_A1XX"],
@ -5916,7 +5919,10 @@
"device_has_remove": ["ETHERNET"], "device_has_remove": ["ETHERNET"],
"release_versions": ["2", "5"], "release_versions": ["2", "5"],
"device_name": "R7S72103", "device_name": "R7S72103",
"bootloader_supported": false, "bootloader_supported": true,
"mbed_rom_start" : "0x18000000",
"mbed_rom_size" : "0x800000",
"sectors": [[402653184,4096]],
"overrides": { "overrides": {
"network-default-interface-type": null "network-default-interface-type": null
} }

View File

@ -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",
@ -303013,7 +303013,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,
@ -303021,12 +303021,12 @@
"peripheral": false, "peripheral": false,
"read": true, "read": true,
"secure": false, "secure": false,
"write": false "write": true
}, },
"default": true, "default": true,
"size": 8388608, "size": 3145728,
"start": 402653184, "start": 536870912,
"startup": true "startup": false
} }
}, },
"name": "R7S72103", "name": "R7S72103",