Skip to content

Commit

Permalink
Merge pull request #1495 from stefanrueger/read-signature
Browse files Browse the repository at this point in the history
Review calibration read command in avrdude.conf
  • Loading branch information
stefanrueger authored Aug 27, 2023
2 parents 54ce12a + b660a7e commit ad56d6d
Showing 1 changed file with 19 additions and 48 deletions.
67 changes: 19 additions & 48 deletions src/avrdude.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -7490,7 +7490,7 @@ part

memory "signature"
size = 3;
read = "0011.0000--xxxx.xxxx--xxxx.xxaa--oooo.oooo";
read = "0011.0000--00xx.xxxx--xxxx.xxaa--oooo.oooo";
;

memory "calibration"
Expand Down Expand Up @@ -8646,7 +8646,7 @@ part

memory "signature"
size = 3;
read = "0011.0000--000x.xxxx--xxxx.xxaa--oooo.oooo";
read = "0011.0000--0000.0000--0000.00aa--oooo.oooo";
;

memory "calibration"
Expand Down Expand Up @@ -9559,7 +9559,7 @@ part

memory "calibration"
size = 1;
read = "0011.1000--000x.xxxx--0000.000a--oooo.oooo";
read = "0011.1000--000x.xxxx--0000.0000--oooo.oooo";
;

memory "io"
Expand Down Expand Up @@ -9705,15 +9705,14 @@ part
write = "1010.1100--111x.xxxx--xxxx.xxxx--xxxx.xxii";
;

# ATtiny167 has signature bytes 0x1E 0x94 0x87
memory "signature"
size = 3;
read = "0011.0000--000x.xxxx--xxxx.xxaa--oooo.oooo";
;

memory "calibration"
size = 1;
read = "0011.1000--000x.xxxx--0000.000a--oooo.oooo";
read = "0011.1000--000x.xxxx--0000.0000--oooo.oooo";
;

memory "io"
Expand Down Expand Up @@ -10363,7 +10362,7 @@ part

memory "calibration"
size = 1;
read = "0011.0000--000x.xxxx--xxxx.xxaa--oooo.oooo";
read = "0011.1000--000x.xxxx--0000.0000--oooo.oooo";
;

memory "io"
Expand Down Expand Up @@ -10520,10 +10519,6 @@ part parent "t167"
read = "0101.1000--0000.0000--xxxx.xxxx--1111.11oo";
write = "1010.1100--111x.xxxx--xxxx.xxxx--1111.11ii";
;

memory "calibration"
read = "0011.0000--000x.xxxx--xxxx.xxaa--oooo.oooo";
;
;

#------------------------------------------------------------
Expand Down Expand Up @@ -10552,10 +10547,6 @@ part parent "m88"
memory "lock"
read = "0101.1000--0000.0000--xxxx.xxxx--11oo.oooo";
;

memory "calibration"
read = "0011.0000--000x.xxxx--xxxx.xxaa--oooo.oooo";
;
;

#------------------------------------------------------------
Expand All @@ -10578,10 +10569,6 @@ part parent "m168"
memory "lock"
read = "0101.1000--0000.0000--xxxx.xxxx--11oo.oooo";
;

memory "calibration"
read = "0011.0000--000x.xxxx--xxxx.xxaa--oooo.oooo";
;
;

#------------------------------------------------------------
Expand All @@ -10605,10 +10592,6 @@ part parent "m328"
memory "lock"
read = "0101.1000--0000.0000--xxxx.xxxx--11oo.oooo";
;

memory "calibration"
read = "0011.0000--000x.xxxx--xxxx.xxaa--oooo.oooo";
;
;

#------------------------------------------------------------
Expand Down Expand Up @@ -10659,10 +10642,6 @@ part parent "t87"
read = "0101.1000--0000.0000--xxxx.xxxx--1111.11oo";
write = "1010.1100--111x.xxxx--xxxx.xxxx--1111.11ii";
;

memory "calibration"
read = "0011.0000--000x.xxxx--xxxx.xxaa--oooo.oooo";
;
;

#------------------------------------------------------------
Expand Down Expand Up @@ -10706,10 +10685,6 @@ part parent "t167"
read = "0101.1000--0000.0000--xxxx.xxxx--1111.11oo";
write = "1010.1100--111x.xxxx--xxxx.xxxx--1111.11ii";
;

memory "calibration"
read = "0011.0000--000x.xxxx--xxxx.xxaa--oooo.oooo";
;
;

#------------------------------------------------------------
Expand Down Expand Up @@ -10754,10 +10729,6 @@ part parent "t167"
read = "0101.1000--0000.0000--xxxx.xxxx--1111.11oo";
write = "1010.1100--111x.xxxx--xxxx.xxxx--1111.11ii";
;

memory "calibration"
read = "0011.0000--000x.xxxx--xxxx.xxaa--oooo.oooo";
;
;

#------------------------------------------------------------
Expand Down Expand Up @@ -10877,7 +10848,7 @@ part

memory "calibration"
size = 1;
read = "0011.0000--000x.xxxx--xxxx.xxaa--oooo.oooo";
read = "0011.1000--0000.0000--0000.0000--oooo.oooo";
;

memory "io"
Expand Down Expand Up @@ -11034,7 +11005,7 @@ part

memory "calibration"
size = 1;
read = "0011.0000--000x.xxxx--xxxx.xxaa--oooo.oooo";
read = "0011.1000--0000.0000--0000.0000--oooo.oooo";
;

memory "io"
Expand Down Expand Up @@ -11224,7 +11195,7 @@ part

memory "calibration"
size = 1;
read = "0011.0000--000x.xxxx--xxxx.xxaa--oooo.oooo";
read = "0011.1000--0000.0000--0000.0000--oooo.oooo";
;

memory "io"
Expand Down Expand Up @@ -11724,7 +11695,7 @@ part

memory "calibration"
size = 1;
read = "0011.0000--000x.xxxx--xxxx.xxaa--oooo.oooo";
read = "0011.1000--0000.0000--0000.0000--oooo.oooo";
;

memory "io"
Expand Down Expand Up @@ -12094,7 +12065,7 @@ part

memory "calibration"
size = 1;
read = "0011.0000--000x.xxxx--xxxx.xxaa--oooo.oooo";
read = "0011.1000--0000.0000--0000.0000--oooo.oooo";
;

memory "io"
Expand Down Expand Up @@ -12350,7 +12321,7 @@ part
;

memory "calibration"
size = 1;
size = 2;
read = "0011.1000--000x.xxxx--0000.000a--oooo.oooo";
;

Expand Down Expand Up @@ -12515,7 +12486,7 @@ part
;

memory "calibration"
size = 1;
size = 2;
read = "0011.1000--000x.xxxx--0000.000a--oooo.oooo";
;

Expand Down Expand Up @@ -12677,7 +12648,7 @@ part
;

memory "calibration"
size = 1;
size = 2;
read = "0011.1000--000x.xxxx--0000.000a--oooo.oooo";
;

Expand Down Expand Up @@ -13546,7 +13517,7 @@ part

memory "calibration"
size = 1;
read = "0011.1000--000x.xxxx--0000.000a--oooo.oooo";
read = "0011.1000--000x.xxxx--0000.0000--oooo.oooo";
;

memory "io"
Expand Down Expand Up @@ -13731,7 +13702,7 @@ part

memory "calibration"
size = 1;
read = "0011.1000--000x.xxxx--0000.000a--oooo.oooo";
read = "0011.1000--000x.xxxx--0000.0000--oooo.oooo";
;

memory "io"
Expand Down Expand Up @@ -13915,7 +13886,7 @@ part

memory "calibration"
size = 1;
read = "0011.1000--000x.xxxx--0000.000a--oooo.oooo";
read = "0011.1000--000x.xxxx--0000.0000--oooo.oooo";
;

memory "io"
Expand Down Expand Up @@ -14180,7 +14151,7 @@ part

memory "calibration"
size = 1;
read = "0011.1000--000x.xxxx--0000.000a--oooo.oooo";
read = "0011.1000--000x.xxxx--0000.0000--oooo.oooo";
;

memory "io"
Expand Down Expand Up @@ -14609,7 +14580,7 @@ part

memory "signature"
size = 3;
read = "0011.0000--xxxx.xxxx--xxxx.xxaa--oooo.oooo";
read = "0011.0000--000x.xxxx--xxxx.xxaa--oooo.oooo";
;

memory "calibration"
Expand Down Expand Up @@ -14771,7 +14742,7 @@ part

memory "signature"
size = 3;
read = "0011.0000--xxxx.xxxx--xxxx.xxaa--oooo.oooo";
read = "0011.0000--000x.xxxx--xxxx.xxaa--oooo.oooo";
;

memory "calibration"
Expand Down

0 comments on commit ad56d6d

Please sign in to comment.