From dc63f94428435d5115e6135aabbd3a24d425aa0e Mon Sep 17 00:00:00 2001 From: joerg_wunsch Date: Thu, 1 Dec 2005 19:55:17 +0000 Subject: [PATCH] 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 --- ChangeLog | 6 ++++++ avrdude.conf.in | 12 ++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0c64e335..9d7d3c93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-12-01 Joerg Wunsch + + * 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 * avrdude.1: update for JTAG ICE mkI support. diff --git a/avrdude.conf.in b/avrdude.conf.in index a306d7df..5471ec0e 100644 --- a/avrdude.conf.in +++ b/avrdude.conf.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"