File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 5850
5850
"bootloader_supported" : true ,
5851
5851
"mbed_rom_start" : " 0x18000000" ,
5852
5852
"mbed_rom_size" : " 0x800000" ,
5853
- "sectors" : [[0 ,4096 ]]
5853
+ "sectors" : [[402653184 ,4096 ]]
5854
5854
},
5855
5855
"VK_RZ_A1H" : {
5856
5856
"inherits" : [" RZ_A1XX" ],
5870
5870
"bootloader_supported" : true ,
5871
5871
"mbed_rom_start" : " 0x18000000" ,
5872
5872
"mbed_rom_size" : " 0x800000" ,
5873
- "sectors" : [[0 ,4096 ]],
5873
+ "sectors" : [[402653184 ,4096 ]],
5874
5874
"overrides" : {
5875
5875
"network-default-interface-type" : null
5876
5876
}
Original file line number Diff line number Diff line change @@ -302994,7 +302994,12 @@
302994
302994
"units": 1
302995
302995
}
302996
302996
},
302997
- "sectors": [],
302997
+ "sectors": [
302998
+ [
302999
+ 0,
303000
+ 4096
303001
+ ]
303002
+ ],
302998
303003
"sub_family": "RZ_A1H",
302999
303004
"vendor": "Renesas:117"
303000
303005
},
@@ -303033,7 +303038,12 @@
303033
303038
"units": 1
303034
303039
}
303035
303040
},
303036
- "sectors": [],
303041
+ "sectors": [
303042
+ [
303043
+ 0,
303044
+ 4096
303045
+ ]
303046
+ ],
303037
303047
"sub_family": "RZ_A1LU",
303038
303048
"vendor": "Renesas:117"
303039
303049
},
You can’t perform that action at this time.
0 commit comments