Remove the note that users might edit the system-wide config file.
This file will be overwritten by the next installation, so it's not a good idea to manually modify it. Using the -C +file option is a much better way for user modifications. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1296 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
ee1948b53f
commit
38e6a4061f
|
@ -1,3 +1,12 @@
|
||||||
|
2014-04-05 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
||||||
|
|
||||||
|
* avrdude.1: Remove the note that users might edit the system-wide
|
||||||
|
config file. This file will be overwritten by the next
|
||||||
|
installation, so it's not a good idea to manually modify it.
|
||||||
|
Using the -C +file option is a much better way for user
|
||||||
|
modifications.
|
||||||
|
* doc/avrdude.texi: (Dito.)
|
||||||
|
|
||||||
2014-03-13 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
2014-03-13 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
||||||
|
|
||||||
* configure.ac (AC_INIT): Bump version for post-6.1.
|
* configure.ac (AC_INIT): Bump version for post-6.1.
|
||||||
|
|
|
@ -231,12 +231,7 @@ need to be specified to
|
||||||
.It Fl p Ar partno
|
.It Fl p Ar partno
|
||||||
This is the only option that is mandatory for every invocation of
|
This is the only option that is mandatory for every invocation of
|
||||||
.Nm avrdude .
|
.Nm avrdude .
|
||||||
It specifies the type of the MCU connected to the programmer. These are read from the config file. If
|
It specifies the type of the MCU connected to the programmer. These are read from the config file.
|
||||||
.Nm avrdude
|
|
||||||
does not know about a part that you have, simply add it to the config
|
|
||||||
file (be sure and submit a patch back to the author so that it can be
|
|
||||||
incorporated for the next version). See the sample config file for
|
|
||||||
the format.
|
|
||||||
For currently supported MCU types use ? as partno, this will print a list of partno ids and official part names on the terminal. (Both can be used with the -p option.)
|
For currently supported MCU types use ? as partno, this will print a list of partno ids and official part names on the terminal. (Both can be used with the -p option.)
|
||||||
.Pp
|
.Pp
|
||||||
Following parts need special attention:
|
Following parts need special attention:
|
||||||
|
|
|
@ -385,9 +385,7 @@ Currently, the following programmer ids are understood and supported:
|
||||||
@item -C @var{config-file}
|
@item -C @var{config-file}
|
||||||
Use the specified config file for configuration data. This file
|
Use the specified config file for configuration data. This file
|
||||||
contains all programmer and part definitions that AVRDUDE knows about.
|
contains all programmer and part definitions that AVRDUDE knows about.
|
||||||
If you have a programmer or part that AVRDUDE does not know about, you
|
If not
|
||||||
can add it to the config file (be sure and submit a patch back to the
|
|
||||||
author so that it can be incorporated for the next version). If not
|
|
||||||
specified, AVRDUDE reads the configuration file from
|
specified, AVRDUDE reads the configuration file from
|
||||||
/usr/local/etc/avrdude.conf (FreeBSD and Linux). See Appendix A for
|
/usr/local/etc/avrdude.conf (FreeBSD and Linux). See Appendix A for
|
||||||
the method of searching for the configuration file for Windows.
|
the method of searching for the configuration file for Windows.
|
||||||
|
|
Loading…
Reference in New Issue