Skip to content

Commit ed6869d

Browse files
d-katotoyowata
authored andcommitted
Add sector information
1 parent e642a7d commit ed6869d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
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
}

0 commit comments

Comments
 (0)