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:
parent
7f67edcce0
commit
3f54c9771b
|
@ -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)
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue