From 5290713bb97f4528be3a67003fd31010a573dcd7 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Tue, 14 Apr 2009 18:54:20 +0000 Subject: [PATCH] Merge the -P 0xXXX option description from avrdude.1. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@818 81a1dc3b-b13d-400b-aceb-764788c761c2 --- avrdude/ChangeLog | 7 ++++++- avrdude/doc/avrdude.texi | 6 ++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/avrdude/ChangeLog b/avrdude/ChangeLog index 9eeeb41b..516ef81d 100644 --- a/avrdude/ChangeLog +++ b/avrdude/ChangeLog @@ -1,6 +1,11 @@ 2009-04-14 Joerg Wunsch - configure.ac: declare AM_PROG_CC_C_O to avoid the warning + * doc/avrdude.texi: Merge the -P 0xXXX option description from + avrdude.1. + +2009-04-14 Joerg Wunsch + + * configure.ac: declare AM_PROG_CC_C_O to avoid the warning "compiling `config_gram.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'" diff --git a/avrdude/doc/avrdude.texi b/avrdude/doc/avrdude.texi index 71647631..d1bc036c 100644 --- a/avrdude/doc/avrdude.texi +++ b/avrdude/doc/avrdude.texi @@ -611,6 +611,12 @@ used. See Appendix A, Platform Dependent Information, to find out the default port names for your platform. If you need to use a different parallel or serial port, use this option to specify the alternate port name. +On Win32 operating systems, the parallel ports are referred to as lpt1 +through lpt3, referring to the addresses 0x378, 0x278, and 0x3BC, +respectively. If the parallel port can be accessed through a different +address, this address can be specified directly, using the common C +language notation (i. e., hexadecimal values are prefixed by @var{0x}). + For the JTAG ICE mkII, if AVRDUDE has been built with libusb support, @var{port} may alternatively be specified as @code{usb}[:@var{serialno}]. In that case, the JTAG ICE mkII will be