Brian S. Dean 0b1110f360 Change bit 0 of the ATmega169 efuse 'write' opcode from 'x' (ignore)
to 'i' (input).  Even though this bit should be ignored, it should not
be changed.  The 'x' setting sets the bit to zero which programs it
and could cause undefined behaviour.  Setting to 'i' enables it to be
rewritten to its old value.

A better solution might be to read the fuse byte, apply the new value
while leaving the 'x' bit alone, then writing the value back.  The
current fix is a workaround which allows the developer to change the
bit.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@494 81a1dc3b-b13d-400b-aceb-764788c761c2
2005-09-14 02:11:49 +00:00
2004-12-22 01:52:45 +00:00
2004-12-22 01:52:45 +00:00
2004-12-22 01:52:45 +00:00
2004-12-22 01:52:45 +00:00
2003-03-12 01:25:43 +00:00
2003-03-12 01:25:43 +00:00
2004-12-22 01:52:45 +00:00
2004-12-22 01:52:45 +00:00
2004-12-22 01:52:45 +00:00
2004-12-22 01:52:45 +00:00
2004-12-22 01:52:45 +00:00
2004-12-22 01:52:45 +00:00
2003-02-11 23:50:31 +00:00
2004-12-22 01:52:45 +00:00
2004-12-22 01:52:45 +00:00
2004-12-22 01:52:45 +00:00
2004-12-22 01:52:45 +00:00
2004-12-22 01:52:45 +00:00
2004-12-22 01:52:45 +00:00
2004-12-22 01:52:45 +00:00
2004-12-22 01:52:45 +00:00
2003-03-11 22:34:53 +00:00
2004-12-22 01:52:45 +00:00
2004-12-22 01:52:45 +00:00
2004-12-22 01:52:45 +00:00

See the documentation file for the details.

The latest version of AVRDUDE is always available here:

  http://savannah.nongnu.org/projects/avrdude

Languages
HTML 67.7%
C 25.4%
JavaScript 4%
Roff 0.6%
Yacc 0.5%
Other 1.6%