From d9a67805b55e38645b5d6e360d85191c832ba7e2 Mon Sep 17 00:00:00 2001 From: "Brian S. Dean" Date: Wed, 21 Sep 2005 01:43:19 +0000 Subject: [PATCH] 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@522 81a1dc3b-b13d-400b-aceb-764788c761c2 --- avrdude/AUTHORS | 3 ++- avrdude/ChangeLog | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/avrdude/AUTHORS b/avrdude/AUTHORS index 771b9081..8751db9f 100644 --- a/avrdude/AUTHORS +++ b/avrdude/AUTHORS @@ -1,6 +1,6 @@ AVRDUDE was written by: - Brian S. Dean . + Brian S. Dean Contributors: @@ -11,6 +11,7 @@ Contributors: Martin Thomas Theodore A. Roth Michael Holzt + Colin O'Flynn For minor contributions, please see the ChangeLog files. diff --git a/avrdude/ChangeLog b/avrdude/ChangeLog index 6069b1ef..a5f0fc00 100644 --- a/avrdude/ChangeLog +++ b/avrdude/ChangeLog @@ -1,3 +1,23 @@ +2005/09/21 Brian S. Dean + + * 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 * butterfly.c (butterfly_initialize): make the device code unsigned so