Fix the number of significant bits for the efuse memory in

ATmega48/88/168; the datasheet is a bit off here as well.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@560 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Joerg Wunsch 2005-12-01 19:55:17 +00:00
parent 9000815867
commit b4e112fa5e
2 changed files with 12 additions and 6 deletions

View File

@ -1,3 +1,9 @@
2005-12-01 Joerg Wunsch <j@uriah.heep.sax.de>
* avrdude.conf.in: fix the number of significant bits for
the efuse memory in ATmega48/88/168; the datasheet is a bit
off here as well.
2005-11-29 Joerg Wunsch <j@uriah.heep.sax.de>
* avrdude.1: update for JTAG ICE mkI support.

View File

@ -4830,10 +4830,10 @@ part
min_write_delay = 4500;
max_write_delay = 4500;
read = "0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0",
"x x x x x x x x o o o o o o o o";
"x x x x x x x x x x x x x x x o";
write = "1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0",
"x x x x x x x x i i i i i i i i";
"x x x x x x x x x x x x x x x i";
;
memory "calibration"
@ -4967,10 +4967,10 @@ part
min_write_delay = 4500;
max_write_delay = 4500;
read = "0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0",
"x x x x x x x x o o o o o o o o";
"x x x x x x x x x x x x x o o o";
write = "1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0",
"x x x x x x x x i i i i i i i i";
"x x x x x x x x x x x x x i i i";
;
memory "lock"
@ -5111,10 +5111,10 @@ part
min_write_delay = 4500;
max_write_delay = 4500;
read = "0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0",
"x x x x x x x x o o o o o o o o";
"x x x x x x x x x x x x x o o o";
write = "1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0",
"x x x x x x x x i i i i i i i i";
"x x x x x x x x x x x x x i i i";
;
memory "lock"