From de3070f5cad49e55ad3d1581b8277ec7b38c81da Mon Sep 17 00:00:00 2001 From: "Brian S. Dean" Date: Fri, 29 Aug 2003 23:23:25 +0000 Subject: [PATCH] Make a note about the new auto erase default and exceptions. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@358 81a1dc3b-b13d-400b-aceb-764788c761c2 --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index 12602a3d..c6bc5044 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,13 @@ Approximate change log for AVRDUDE by version. Current: + * Perform an auto erase before programming if the flash memory is + anywhere specified to be written by any of the -U requests. Old + style memory specification options (-f, -i, -I, -m, and -o) are + deprecated in favor of the new -U options. Auto erase is disabled + if any of the old-style options (specifically -i and -o) are + specified. + * Add new -U option for specifying programming operations - allows multiple memory operations on a single command line.