Fix writing the efuse bits for the ATmega169. The original pattern

was based on a typo in the datasheet which Atmel agreed is going to be
fixed.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@420 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
joerg_wunsch 2004-06-25 14:28:26 +00:00
parent 7f67edcce0
commit 3f54c9771b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-06-25 Joerg Wunsch <j@uriah.heep.sax.de>
* avrdude.conf.in: Fix efuse bits for ATmega169.
2004-04-17 Jan-Hinnerk Reichert <hinni@despammed.com>
* avrdude.conf.in: Added support for
- tiny13 (contributed by Pawel Moll)

View File

@ -2103,7 +2103,7 @@ part
memory "efuse"
size = 1;
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 x x x x x x i i";
"x x x x x x x x x x x x i i i x";
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";