From 05139aa2d0612cbab5a79ed89328a65e628961ca Mon Sep 17 00:00:00 2001 From: joerg_wunsch Date: Wed, 19 Jul 2006 21:34:34 +0000 Subject: [PATCH] Document the stk500pp support. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@593 81a1dc3b-b13d-400b-aceb-764788c761c2 --- ChangeLog | 2 ++ avrdude.1 | 5 ++++- doc/avrdude.texi | 5 +++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dc73cde8..1ba3bec0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,8 @@ * avrpart.h: (Ditto.) * avrdude.conf.in: Use the new PP mode parameters; add PP mode definitions for AT90S8515. + * avrdude.1: Document the stk500pp support. + * doc/avrdude.texi: (Ditto.) 2006-07-19 Joerg Wunsch diff --git a/avrdude.1 b/avrdude.1 index 73dd9e10..e4838d9d 100644 --- a/avrdude.1 +++ b/avrdude.1 @@ -19,7 +19,7 @@ .\" .\" $Id$ .\" -.Dd DATE May 25, 2006 +.Dd DATE July 19, 2006 .Os .Dt AVRDUDE 1 .Sh NAME @@ -99,6 +99,8 @@ Atmel's STK500 programmer is also supported and connects to a serial port. Both, firmware versions 1.x and 2.x can be handled, but require a different programmer type specification (by now). +Using firmware version 2, parallel programming is also supported +(programmer type stk500pp). .Pp The simple serial programmer described in Atmel's application note AVR910, and the bootloader described in Atmel's application note @@ -662,6 +664,7 @@ Page-mode programming the EEPROM through JTAG (i.e. through an .Fl U option) requires a prior chip erase. This is an inherent feature of the way JTAG EEPROM programming works. +This also applies to the STK500 in parallel programming mode. .Pp The device IDs used by AVR910 and AVR109 do not match, so the avr109 (aka. butterfly) programmer might report diff --git a/doc/avrdude.texi b/doc/avrdude.texi index 9949af3a..e8581fd6 100644 --- a/doc/avrdude.texi +++ b/doc/avrdude.texi @@ -499,6 +499,10 @@ STK200 @itemx stk500 Atmel STK500 +@itemx stk500pp +Atmel STK500 in parallel programming mode (version 2.x +firmware only) + @itemx stk500v2 Atmel STK500, running a version 2.x firmware @@ -1894,6 +1898,7 @@ programming works, and is documented that way in the Atmel AVR datasheets. In order to successfully program the EEPROM that way, a prior chip erase (with the EESAVE fuse unprogrammed) is required. +This also applies to the STK500 in parallel programming mode. @end itemize