Few minor clarifications.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@1235 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
0094ab73d1
commit
2f1a8a45cd
|
@ -23,7 +23,7 @@ Current:
|
||||||
- Specifying a -U option without a memory type (short form of
|
- Specifying a -U option without a memory type (short form of
|
||||||
option argument list) now defaults to "application" memory for
|
option argument list) now defaults to "application" memory for
|
||||||
Xmega devices, and "flash" for everything else. This ensures
|
Xmega devices, and "flash" for everything else. This ensures
|
||||||
the bootloader is not touched.
|
the Xmega bootloader is not accidentally touched.
|
||||||
|
|
||||||
- For programmers that support it, the default erase method is a
|
- For programmers that support it, the default erase method is a
|
||||||
page erase now, rather than a chip erase (Xmega only).
|
page erase now, rather than a chip erase (Xmega only).
|
||||||
|
@ -69,11 +69,11 @@ Current:
|
||||||
|
|
||||||
(patch #7699 Read additional config files)
|
(patch #7699 Read additional config files)
|
||||||
|
|
||||||
- "Safemode" can now be turned off by default in a configuration
|
- "Safemode" can now be turned off by default from within a
|
||||||
file.
|
configuration file (like ~/.avrduderc).
|
||||||
|
|
||||||
- The new option -l logfile allows to redirect diagnostic messages
|
- The new option -l logfile allows to redirect diagnostic messages
|
||||||
to a logfile rather than stdout. Useful to record debugging
|
to a logfile rather than stderr. Useful to record debugging
|
||||||
traces, in particular in environments which do not offer
|
traces, in particular in environments which do not offer
|
||||||
shell-style redirection functionality for standard streams.
|
shell-style redirection functionality for standard streams.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue