mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-19 11:36:24 +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:
@@ -790,7 +790,8 @@ programmer
|
||||
# From the contributor of the "xil" jtag cable:
|
||||
# The "vcc" definition isn't really vcc (the cable gets its power from
|
||||
# the programming circuit) but is necessary to switch one of the
|
||||
# buffer lines (trying to add it to the "buff" lines doesn't work).
|
||||
# buffer lines (trying to add it to the "buff" lines doesn't work in
|
||||
# avrdude versions before 5.5j).
|
||||
# With this, TMS connects to RESET, TDI to MOSI, TDO to MISO and TCK
|
||||
# to SCK (plus vcc/gnd of course)
|
||||
programmer
|
||||
|
||||
Reference in New Issue
Block a user