Skip to content

Commit edd1efb

Browse files
Aligned with PR #12223.
1 parent eef1728 commit edd1efb

File tree

2 files changed

+18
-12
lines changed

2 files changed

+18
-12
lines changed

targets/targets.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5899,7 +5899,10 @@
58995899
"device_has_add": ["USBDEVICE", "EMAC", "FLASH", "LPTICKER"],
59005900
"release_versions": ["2", "5"],
59015901
"device_name": "R7S72100",
5902-
"bootloader_supported": false
5902+
"bootloader_supported": true,
5903+
"mbed_rom_start" : "0x18000000",
5904+
"mbed_rom_size" : "0x800000",
5905+
"sectors": [[402653184,4096]]
59035906
},
59045907
"VK_RZ_A1H": {
59055908
"inherits": ["RZ_A1XX"],
@@ -5916,7 +5919,10 @@
59165919
"device_has_remove": ["ETHERNET"],
59175920
"release_versions": ["2", "5"],
59185921
"device_name": "R7S72103",
5919-
"bootloader_supported": false,
5922+
"bootloader_supported": true,
5923+
"mbed_rom_start" : "0x18000000",
5924+
"mbed_rom_size" : "0x800000",
5925+
"sectors": [[402653184,4096]],
59205926
"overrides": {
59215927
"network-default-interface-type": null
59225928
}

tools/arm_pack_manager/index.json

Lines changed: 10 additions & 10 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",
@@ -303013,20 +303013,20 @@
303013303013
"version": "1.2.1"
303014303014
},
303015303015
"memories": {
303016-
"PROGRAM_FLASH": {
303016+
"IRAM1": {
303017303017
"access": {
303018303018
"execute": true,
303019303019
"non_secure": false,
303020303020
"non_secure_callable": false,
303021303021
"peripheral": false,
303022303022
"read": true,
303023303023
"secure": false,
303024-
"write": false
303024+
"write": true
303025303025
},
303026303026
"default": true,
303027-
"size": 8388608,
303028-
"start": 402653184,
303029-
"startup": true
303027+
"size": 3145728,
303028+
"start": 536870912,
303029+
"startup": false
303030303030
}
303031303031
},
303032303032
"name": "R7S72103",

0 commit comments

Comments
 (0)