From 698769dcca9d643a816fcd1b61da79db803c3d89 Mon Sep 17 00:00:00 2001 From: "Brian S. Dean" 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@357 81a1dc3b-b13d-400b-aceb-764788c761c2 --- avrdude/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/avrdude/ChangeLog b/avrdude/ChangeLog index a6db1f1f..57bacb41 100644 --- a/avrdude/ChangeLog +++ b/avrdude/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: