mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-13 09:24:55 +00:00
Add memory name aliases for AVR DA/DB
+ add sernum and tempsense memory sections to read from
This commit is contained in:
@@ -17429,6 +17429,18 @@ part
|
|||||||
readsize = 0x7D;
|
readsize = 0x7D;
|
||||||
;
|
;
|
||||||
|
|
||||||
|
memory "tempsense"
|
||||||
|
size = 2;
|
||||||
|
offset = 0x1104;
|
||||||
|
readsize = 1;
|
||||||
|
;
|
||||||
|
|
||||||
|
memory "sernum"
|
||||||
|
size = 16;
|
||||||
|
offset = 0x1110;
|
||||||
|
readsize = 1;
|
||||||
|
;
|
||||||
|
|
||||||
memory "fuses"
|
memory "fuses"
|
||||||
size = 9;
|
size = 9;
|
||||||
offset = 0x1050;
|
offset = 0x1050;
|
||||||
@@ -17442,48 +17454,108 @@ part
|
|||||||
readsize = 1;
|
readsize = 1;
|
||||||
;
|
;
|
||||||
|
|
||||||
|
memory "wdtcfg"
|
||||||
|
size = 1;
|
||||||
|
offset = 0x1050;
|
||||||
|
readsize = 1;
|
||||||
|
;
|
||||||
|
|
||||||
memory "fuse1"
|
memory "fuse1"
|
||||||
size = 1;
|
size = 1;
|
||||||
offset = 0x1051;
|
offset = 0x1051;
|
||||||
readsize = 1;
|
readsize = 1;
|
||||||
;
|
;
|
||||||
|
|
||||||
|
memory "bodcfg"
|
||||||
|
size = 1;
|
||||||
|
offset = 0x1051;
|
||||||
|
readsize = 1;
|
||||||
|
;
|
||||||
|
|
||||||
memory "fuse2"
|
memory "fuse2"
|
||||||
size = 1;
|
size = 1;
|
||||||
offset = 0x1052;
|
offset = 0x1052;
|
||||||
readsize = 1;
|
readsize = 1;
|
||||||
;
|
;
|
||||||
|
|
||||||
|
memory "osccfg"
|
||||||
|
size = 1;
|
||||||
|
offset = 0x1052;
|
||||||
|
readsize = 1;
|
||||||
|
;
|
||||||
|
|
||||||
memory "fuse4"
|
memory "fuse4"
|
||||||
size = 1;
|
size = 1;
|
||||||
offset = 0x1054;
|
offset = 0x1054;
|
||||||
readsize = 1;
|
readsize = 1;
|
||||||
;
|
;
|
||||||
|
|
||||||
|
memory "tcd0cfg"
|
||||||
|
size = 1;
|
||||||
|
offset = 0x1054;
|
||||||
|
readsize = 1;
|
||||||
|
;
|
||||||
|
|
||||||
memory "fuse5"
|
memory "fuse5"
|
||||||
size = 1;
|
size = 1;
|
||||||
offset = 0x1055;
|
offset = 0x1055;
|
||||||
readsize = 1;
|
readsize = 1;
|
||||||
;
|
;
|
||||||
|
|
||||||
|
memory "syscfg0"
|
||||||
|
size = 1;
|
||||||
|
offset = 0x1055;
|
||||||
|
readsize = 1;
|
||||||
|
;
|
||||||
|
|
||||||
memory "fuse6"
|
memory "fuse6"
|
||||||
size = 1;
|
size = 1;
|
||||||
offset = 0x1056;
|
offset = 0x1056;
|
||||||
readsize = 1;
|
readsize = 1;
|
||||||
;
|
;
|
||||||
|
|
||||||
|
memory "syscfg1"
|
||||||
|
size = 1;
|
||||||
|
offset = 0x1056;
|
||||||
|
readsize = 1;
|
||||||
|
;
|
||||||
|
|
||||||
memory "fuse7"
|
memory "fuse7"
|
||||||
size = 1;
|
size = 1;
|
||||||
offset = 0x1057;
|
offset = 0x1057;
|
||||||
readsize = 1;
|
readsize = 1;
|
||||||
;
|
;
|
||||||
|
|
||||||
|
memory "codesize"
|
||||||
|
size = 1;
|
||||||
|
offset = 0x1057;
|
||||||
|
readsize = 1;
|
||||||
|
;
|
||||||
|
|
||||||
|
memory "append"
|
||||||
|
size = 1;
|
||||||
|
offset = 0x1057;
|
||||||
|
readsize = 1;
|
||||||
|
;
|
||||||
|
|
||||||
memory "fuse8"
|
memory "fuse8"
|
||||||
size = 1;
|
size = 1;
|
||||||
offset = 0x1058;
|
offset = 0x1058;
|
||||||
readsize = 1;
|
readsize = 1;
|
||||||
;
|
;
|
||||||
|
|
||||||
|
memory "bootsize"
|
||||||
|
size = 1;
|
||||||
|
offset = 0x1058;
|
||||||
|
readsize = 1;
|
||||||
|
;
|
||||||
|
|
||||||
|
memory "bootend"
|
||||||
|
size = 1;
|
||||||
|
offset = 0x1058;
|
||||||
|
readsize = 1;
|
||||||
|
;
|
||||||
|
|
||||||
memory "lock"
|
memory "lock"
|
||||||
size = 4;
|
size = 4;
|
||||||
offset = 0x1040;
|
offset = 0x1040;
|
||||||
|
|||||||
Reference in New Issue
Block a user