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
This commit is contained in:
Brian S. Dean 2003-08-29 23:23:25 +00:00
parent 6cbe3862d6
commit de3070f5ca
1 changed files with 7 additions and 0 deletions

7
NEWS
View File

@ -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.