~ubuntu-branches/ubuntu/saucy/avrdude/saucy

« back to all changes in this revision

Viewing changes to avrdude.1

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2010-06-27 01:57:37 UTC
  • mfrom: (10.2.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100627015737-lnhj6s8rqs5n0lmp
Tags: 5.10-3
* debian/patches/01-arduino-auto-reset.patch
  - Fix DTR on/off to make Arduino auto-reset work. (Closes: #587280)
    Patch cherry-picked from upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
343
343
does not know about, you can add it to the config file (be sure and
344
344
submit a patch back to the author so that it can be incorporated for
345
345
the next version).  See the config file, located at
346
 
.Pa ${PREFIX}/etc/avrdude.conf ,
 
346
.Pa /etc/avrdude.conf ,
347
347
which contains a description of the format.
348
348
.It Fl D
349
349
Disable auto erase for flash.  When the
964
964
.It Pa /dev/ppi0
965
965
default device to be used for communication with the programming
966
966
hardware
967
 
.It Pa ${PREFIX}/etc/avrdude.conf
 
967
.It Pa /etc/avrdude.conf
968
968
programmer and parts configuration file
969
969
.It Pa ${HOME}/.avrduderc
970
970
programmer and parts configuration file (per-user overrides)
972
972
Initialization file for the
973
973
.Xr readline 3
974
974
library
975
 
.It Pa ${PREFIX}/share/doc/avrdude/avrdude.pdf
 
975
.It Pa /usr/share/doc/avrdude-doc/avrdude.pdf
976
976
Schematic of programming hardware
977
977
.El
978
978
.\" .Sh EXAMPLES