Skip to content

Commit 3a2ab1b

Browse files
committed
GR_LYCHEE: enable bootloader support
1 parent aad53c2 commit 3a2ab1b

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
@@ -5867,7 +5867,10 @@
58675867
"device_has_remove": ["ETHERNET"],
58685868
"release_versions": ["2", "5"],
58695869
"device_name": "R7S72103",
5870-
"bootloader_supported": false,
5870+
"bootloader_supported": true,
5871+
"mbed_rom_start" : "0x18000000",
5872+
"mbed_rom_size" : "0x800000",
5873+
"sectors": [[0,4096]],
58715874
"overrides": {
58725875
"network-default-interface-type": null
58735876
}

tools/arm_pack_manager/index.json

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -303008,20 +303008,20 @@
303008303008
"version": "1.2.1"
303009303009
},
303010303010
"memories": {
303011-
"PROGRAM_FLASH": {
303011+
"IRAM1": {
303012303012
"access": {
303013303013
"execute": true,
303014303014
"non_secure": false,
303015303015
"non_secure_callable": false,
303016303016
"peripheral": false,
303017303017
"read": true,
303018303018
"secure": false,
303019-
"write": false
303019+
"write": true
303020303020
},
303021303021
"default": true,
303022-
"size": 8388608,
303023-
"start": 402653184,
303024-
"startup": true
303022+
"size": 3145728,
303023+
"start": 536870912,
303024+
"startup": false
303025303025
}
303026303026
},
303027303027
"name": "R7S72103",
@@ -303033,12 +303033,7 @@
303033303033
"units": 1
303034303034
}
303035303035
},
303036-
"sectors": [
303037-
[
303038-
0,
303039-
4096
303040-
]
303041-
],
303036+
"sectors": [],
303042303037
"sub_family": "RZ_A1LU",
303043303038
"vendor": "Renesas:117"
303044303039
},

0 commit comments

Comments
 (0)