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
This commit is contained in:
parent
776104ea0c
commit
dd38310828
17
ChangeLog
17
ChangeLog
|
@ -1,3 +1,20 @@
|
|||
2003/08/29 Brian S. Dean <bsd@bsdhome.com>
|
||||
|
||||
* 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 <eric@ecentral.com>
|
||||
|
||||
* avr910.c:
|
||||
|
|
Loading…
Reference in New Issue