From dd383108286dd8bbbc4dd21434b0cf4832407567 Mon Sep 17 00:00:00 2001 From: bdean Date: Fri, 29 Aug 2003 23:19:44 +0000 Subject: [PATCH] Document auto erase default for -U flash write requests. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@357 81a1dc3b-b13d-400b-aceb-764788c761c2 --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index a6db1f1f..57bacb41 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2003/08/29 Brian S. Dean + + * avrdude.1: + * main.c: + Perform an auto erase before programming if the flash memory is + anywhere specified to be written by any of the -U requests. + + To remain backward compatible with previous versions, disable this + feature if any of the old-style memory specification operations are + specified (-i, -o). + + Implement the -D option to explicitly disable the auto erase default. + + Deprecate the old-style memory specification options (-f, -i, -I, -m, + and -o) in favor of the new -U option which allows one to operate on + multiple memories on a single command line. + 2003-08-28 Eric B. Weddington * avr910.c: