Skip to content

Commit aad53c2

Browse files
committed
RZ_A1H: enable bootloader support
1 parent 40b7901 commit aad53c2

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

targets/targets.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5847,7 +5847,10 @@
58475847
"device_has_add": ["USBDEVICE", "EMAC", "FLASH", "LPTICKER"],
58485848
"release_versions": ["2", "5"],
58495849
"device_name": "R7S72100",
5850-
"bootloader_supported": false
5850+
"bootloader_supported": true,
5851+
"mbed_rom_start" : "0x18000000",
5852+
"mbed_rom_size" : "0x800000",
5853+
"sectors": [[0,4096]]
58515854
},
58525855
"VK_RZ_A1H": {
58535856
"inherits": ["RZ_A1XX"],

tools/arm_pack_manager/index.json

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -302969,20 +302969,20 @@
302969302969
"version": "1.2.1"
302970302970
},
302971302971
"memories": {
302972-
"PROGRAM_FLASH": {
302972+
"IRAM1": {
302973302973
"access": {
302974302974
"execute": true,
302975302975
"non_secure": false,
302976302976
"non_secure_callable": false,
302977302977
"peripheral": false,
302978302978
"read": true,
302979302979
"secure": false,
302980-
"write": false
302980+
"write": true
302981302981
},
302982302982
"default": true,
302983-
"size": 8388608,
302984-
"start": 402653184,
302985-
"startup": true
302983+
"size": 10485760,
302984+
"start": 536870912,
302985+
"startup": false
302986302986
}
302987302987
},
302988302988
"name": "R7S72100",
@@ -302994,12 +302994,7 @@
302994302994
"units": 1
302995302995
}
302996302996
},
302997-
"sectors": [
302998-
[
302999-
0,
303000-
4096
303001-
]
303002-
],
302997+
"sectors": [],
303003302998
"sub_family": "RZ_A1H",
303004302999
"vendor": "Renesas:117"
303005303000
},

0 commit comments

Comments
 (0)