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@560 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
e9750a7712
commit
645961163d
|
@ -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>
|
2005-11-29 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||||
|
|
||||||
* avrdude.1: update for JTAG ICE mkI support.
|
* avrdude.1: update for JTAG ICE mkI support.
|
||||||
|
|
|
@ -4830,10 +4830,10 @@ part
|
||||||
min_write_delay = 4500;
|
min_write_delay = 4500;
|
||||||
max_write_delay = 4500;
|
max_write_delay = 4500;
|
||||||
read = "0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0",
|
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",
|
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"
|
memory "calibration"
|
||||||
|
@ -4967,10 +4967,10 @@ part
|
||||||
min_write_delay = 4500;
|
min_write_delay = 4500;
|
||||||
max_write_delay = 4500;
|
max_write_delay = 4500;
|
||||||
read = "0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0",
|
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",
|
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"
|
memory "lock"
|
||||||
|
@ -5111,10 +5111,10 @@ part
|
||||||
min_write_delay = 4500;
|
min_write_delay = 4500;
|
||||||
max_write_delay = 4500;
|
max_write_delay = 4500;
|
||||||
read = "0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0",
|
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",
|
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"
|
memory "lock"
|
||||||
|
|
Loading…
Reference in New Issue