Skip to content

Commit 172a423

Browse files
toyowataSeppo Takalo
authored andcommitted
Add Renesas GR-PEACH and LYCHEE support
1 parent b753db9 commit 172a423

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

configs/internal_flash_no_rot.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,20 @@
128128
"target.restrict_size" : "0x20000",
129129
"mbed-bootloader.bootloader-size" : "(128*1024)",
130130
"update-client.application-details": "(MBED_ROM_START + MBED_BOOTLOADER_SIZE + 128*1024)"
131+
},
132+
"GR_LYCHEE": {
133+
"target.bootloader_supported" : true,
134+
"kvstore-size" : "(2*24*1024)",
135+
"target.restrict_size" : "0x10000",
136+
"mbed-bootloader.bootloader-size" : "(64*1024)",
137+
"update-client.storage-page" : 1
138+
},
139+
"RZ_A1H": {
140+
"target.bootloader_supported" : true,
141+
"kvstore-size" : "(2*24*1024)",
142+
"target.restrict_size" : "0x10000",
143+
"mbed-bootloader.bootloader-size" : "(64*1024)",
144+
"update-client.storage-page" : 1
131145
}
132146
}
133147
}

0 commit comments

Comments
 (0)