mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-18 19:34:42 +00:00
Add more memory sections to read from
+ improve Avrdude output in verbose mode
This commit is contained in:
@@ -16209,6 +16209,42 @@ part
|
||||
readsize = 0x3D;
|
||||
;
|
||||
|
||||
memory "sernum"
|
||||
size = 10;
|
||||
offset = 0x1104;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "osccal16"
|
||||
size = 2;
|
||||
offset = 0x1118;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "osccal20"
|
||||
size = 2;
|
||||
offset = 0x111A;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "tempsense"
|
||||
size = 2;
|
||||
offset = 0x1120;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "osc16err"
|
||||
size = 2;
|
||||
offset = 0x1122;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "osc20err"
|
||||
size = 2;
|
||||
offset = 0x1124;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "fuses"
|
||||
size = 9;
|
||||
offset = 0x1280;
|
||||
@@ -16222,48 +16258,96 @@ part
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "wdtcfg"
|
||||
size = 1;
|
||||
offset = 0x1280;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "fuse1"
|
||||
size = 1;
|
||||
offset = 0x1281;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "bodcfg"
|
||||
size = 1;
|
||||
offset = 0x1281;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "fuse2"
|
||||
size = 1;
|
||||
offset = 0x1282;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "osccfg"
|
||||
size = 1;
|
||||
offset = 0x1282;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "fuse4"
|
||||
size = 1;
|
||||
offset = 0x1284;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "tcd0cfg"
|
||||
size = 1;
|
||||
offset = 0x1284;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "fuse5"
|
||||
size = 1;
|
||||
offset = 0x1285;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "syscfg0"
|
||||
size = 1;
|
||||
offset = 0x1285;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "fuse6"
|
||||
size = 1;
|
||||
offset = 0x1286;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "syscfg1"
|
||||
size = 1;
|
||||
offset = 0x1286;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "fuse7"
|
||||
size = 1;
|
||||
offset = 0x1287;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "append"
|
||||
size = 1;
|
||||
offset = 0x1287;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "fuse8"
|
||||
size = 1;
|
||||
offset = 0x1288;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "bootend"
|
||||
size = 1;
|
||||
offset = 0x1288;
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "lock"
|
||||
size = 1;
|
||||
offset = 0x128a;
|
||||
|
||||
Reference in New Issue
Block a user