mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 14:35:27 +00:00
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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user