Add Colin O'Flynn to the contributors list for his safemode support.
Document the addition of the latest safemode update in the change log. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@522 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
b0f1b2927a
commit
e704521523
3
AUTHORS
3
AUTHORS
|
@ -1,6 +1,6 @@
|
||||||
AVRDUDE was written by:
|
AVRDUDE was written by:
|
||||||
|
|
||||||
Brian S. Dean <bsd@bsdhome.com>.
|
Brian S. Dean <bsd@bdmicro.com>
|
||||||
|
|
||||||
Contributors:
|
Contributors:
|
||||||
|
|
||||||
|
@ -11,6 +11,7 @@ Contributors:
|
||||||
Martin Thomas <mthomas@rhrk.uni-kl.de>
|
Martin Thomas <mthomas@rhrk.uni-kl.de>
|
||||||
Theodore A. Roth <troth@openavr.org>
|
Theodore A. Roth <troth@openavr.org>
|
||||||
Michael Holzt <kju-avr@fqdn.org>
|
Michael Holzt <kju-avr@fqdn.org>
|
||||||
|
Colin O'Flynn <coflynn@newae.com>
|
||||||
|
|
||||||
For minor contributions, please see the ChangeLog files.
|
For minor contributions, please see the ChangeLog files.
|
||||||
|
|
||||||
|
|
20
ChangeLog
20
ChangeLog
|
@ -1,3 +1,23 @@
|
||||||
|
2005/09/21 Brian S. Dean <bsd@bsdhome.com>
|
||||||
|
|
||||||
|
* avr.c:
|
||||||
|
* main.c:
|
||||||
|
* safemode.c:
|
||||||
|
* safemode.h:
|
||||||
|
* term.h:
|
||||||
|
This is Colin O'Flynn's mega patch for updating safemode support:
|
||||||
|
|
||||||
|
* add support for parts with just 'fuse' memory
|
||||||
|
|
||||||
|
* if any fuse memories are altered, reflect those changes in the
|
||||||
|
post-programming safemode check so that safemode no longer
|
||||||
|
complains about fuses which were intentionally altered; this
|
||||||
|
eliminates the need to completely disable safemode using -u in
|
||||||
|
order to program fuses.
|
||||||
|
|
||||||
|
* provide -s option which will not ask to restore fuses, it will
|
||||||
|
just do it
|
||||||
|
|
||||||
2005-09-19 Joerg Wunsch <j@uriah.heep.sax.de>
|
2005-09-19 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||||
|
|
||||||
* butterfly.c (butterfly_initialize): make the device code unsigned so
|
* butterfly.c (butterfly_initialize): make the device code unsigned so
|
||||||
|
|
Loading…
Reference in New Issue