Skip to content

Commit

Permalink
Aligned with PR ARMmbed#12223.
Browse files Browse the repository at this point in the history
  • Loading branch information
RyoheiHagimoto committed Mar 31, 2020
1 parent eef1728 commit edd1efb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
10 changes: 8 additions & 2 deletions targets/targets.json
Expand Up @@ -5899,7 +5899,10 @@
"device_has_add": ["USBDEVICE", "EMAC", "FLASH", "LPTICKER"],
"release_versions": ["2", "5"],
"device_name": "R7S72100",
"bootloader_supported": false
"bootloader_supported": true,
"mbed_rom_start" : "0x18000000",
"mbed_rom_size" : "0x800000",
"sectors": [[402653184,4096]]
},
"VK_RZ_A1H": {
"inherits": ["RZ_A1XX"],
Expand All @@ -5916,7 +5919,10 @@
"device_has_remove": ["ETHERNET"],
"release_versions": ["2", "5"],
"device_name": "R7S72103",
"bootloader_supported": false,
"bootloader_supported": true,
"mbed_rom_start" : "0x18000000",
"mbed_rom_size" : "0x800000",
"sectors": [[402653184,4096]],
"overrides": {
"network-default-interface-type": null
}
Expand Down
20 changes: 10 additions & 10 deletions tools/arm_pack_manager/index.json
Expand Up @@ -302969,20 +302969,20 @@
"version": "1.2.1"
},
"memories": {
"PROGRAM_FLASH": {
"IRAM1": {
"access": {
"execute": true,
"non_secure": false,
"non_secure_callable": false,
"peripheral": false,
"read": true,
"secure": false,
"write": false
"write": true
},
"default": true,
"size": 8388608,
"start": 402653184,
"startup": true
"size": 10485760,
"start": 536870912,
"startup": false
}
},
"name": "R7S72100",
Expand Down Expand Up @@ -303013,20 +303013,20 @@
"version": "1.2.1"
},
"memories": {
"PROGRAM_FLASH": {
"IRAM1": {
"access": {
"execute": true,
"non_secure": false,
"non_secure_callable": false,
"peripheral": false,
"read": true,
"secure": false,
"write": false
"write": true
},
"default": true,
"size": 8388608,
"start": 402653184,
"startup": true
"size": 3145728,
"start": 536870912,
"startup": false
}
},
"name": "R7S72103",
Expand Down

0 comments on commit edd1efb

Please sign in to comment.