From 75cbd3fa2bbe02ba6507a11c09f2091afa348ad5 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/avrdude@818 81a1dc3b-b13d-400b-aceb-764788c761c2 --- ChangeLog | 7 ++++++- doc/avrdude.texi | 6 ++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9eeeb41b..516ef81d 100644 --- a/ChangeLog +++ b/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/doc/avrdude.texi b/doc/avrdude.texi index 71647631..d1bc036c 100644 --- a/doc/avrdude.texi +++ b/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