mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-18 19:34:42 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user