-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom_targets.json
46 lines (46 loc) · 1.64 KB
/
custom_targets.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"VK_RZ_A1H": {
"inherits": ["RZ_A1XX"],
"extra_labels_add": ["RZA1H", "VKRZA1H", "RENESAS_EMAC"],
"components_add": ["FLASHIAP"],
"device_has_add": ["USBDEVICE", "EMAC", "QSPIx2", "FLASH", "LPTICKER", "SDHI"],
"release_versions": ["5"],
"device_name": "R7S72100",
"bootloader_supported": true,
"mbed_rom_start": "0x18020000",
"mbed_rom_size": "0x1FE0000",
"sectors": [[402784256,131072]],
"detect_code": ["C002"]
},
"VK_RZ_A1LU": {
"inherits": ["RZ_A1XX"],
"extra_labels_add": ["RZA1LU", "VKRZA1LU"],
"components_add": ["FLASHIAP"],
"device_has_add": ["USBDEVICE", "TRNG", "FLASH", "LPTICKER", "SDHI"],
"device_has_remove": ["ETHERNET"],
"release_versions": ["5"],
"device_name": "R7S72103",
"bootloader_supported": true,
"mbed_rom_start": "0x18000000",
"mbed_rom_size": "0x1000000",
"sectors": [[402653184,4096]],
"overrides": {
"network-default-interface-type": null
},
"detect_code": ["C003"]
},
"VK_RZ_A1R3": {
"inherits": ["RZ_A1XX"],
"supported_form_factors": ["ARDUINO"],
"extra_labels_add": ["RZA1LU", "VKRZA1R3", "RENESAS_EMAC"],
"components_add": [ "FLASHIAP"],
"device_has_add": [ "USBDEVICE", "EMAC", "FLASH", "LPTICKER", "SDHI"],
"release_versions": ["5"],
"device_name": "R7S72103",
"bootloader_supported": true,
"mbed_rom_start": "0x18000000",
"mbed_rom_size": "0x1000000",
"sectors": [[402653184,4096]],
"detect_code": ["C004"]
}
}