Skip to content

Commit e273c3f

Browse files
committed
Revert "GR_LYCHEE: enable bootloader support"
This reverts commit c654cdc.
1 parent 4c32297 commit e273c3f

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

targets/targets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5922,7 +5922,7 @@
59225922
"bootloader_supported": true,
59235923
"mbed_rom_start" : "0x18000000",
59245924
"mbed_rom_size" : "0x800000",
5925-
"sectors": [[0,4096]],
5925+
"sectors": [[402653184,4096]],
59265926
"overrides": {
59275927
"network-default-interface-type": null
59285928
}

tools/arm_pack_manager/index.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -303013,20 +303013,20 @@
303013303013
"version": "1.2.1"
303014303014
},
303015303015
"memories": {
303016-
"IRAM1": {
303016+
"PROGRAM_FLASH": {
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": true
303024+
"write": false
303025303025
},
303026303026
"default": true,
303027-
"size": 3145728,
303028-
"start": 536870912,
303029-
"startup": false
303027+
"size": 8388608,
303028+
"start": 402653184,
303029+
"startup": true
303030303030
}
303031303031
},
303032303032
"name": "R7S72103",
@@ -303038,7 +303038,12 @@
303038303038
"units": 1
303039303039
}
303040303040
},
303041-
"sectors": [],
303041+
"sectors": [
303042+
[
303043+
0,
303044+
4096
303045+
]
303046+
],
303042303047
"sub_family": "RZ_A1LU",
303043303048
"vendor": "Renesas:117"
303044303049
},

0 commit comments

Comments
 (0)