Skip to content

Commit b7e8cd2

Browse files
d-katotoyowata
authored andcommitted
RZ_A1H: enable bootloader support
1 parent c654cdc commit b7e8cd2

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

targets/targets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5902,7 +5902,7 @@
59025902
"bootloader_supported": true,
59035903
"mbed_rom_start" : "0x18000000",
59045904
"mbed_rom_size" : "0x800000",
5905-
"sectors": [[402653184,4096]]
5905+
"sectors": [[0,4096]]
59065906
},
59075907
"VK_RZ_A1H": {
59085908
"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)