Submitted by Juergen Weigert:

bug #22720: avrdude-5.5 ignores buff settings in avrdude.conf
(Note that the actual bug the subject is about has been fixed
long ago.)
* update.c (do_op): fix a diagnostic message
* pgm.h: add exit_datahigh field
* par.c: set and act upon the exit_datahigh field
* avrdude.1: document the new -E options
* doc/avrdude.texi: (Ditto.)



git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@985 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Joerg Wunsch
2011-08-26 12:35:08 +00:00
parent fef650b787
commit 6b09628d0a
7 changed files with 58 additions and 2 deletions

View File

@@ -638,6 +638,14 @@ can be used to supply `Vcc' power to the MCU.
This option will pull the `Vcc' pins of the parallel port down at
program exit.
@itemx d_high
This option will leave the 8 data pins on the parallel port active
(i. e. high).
@itemx d_low
This option will leave the 8 data pins on the parallel port inactive
(i. e. low).
@end table
Multiple @var{exitspec} arguments can be separated with commas.