Go to file
Brian S. Dean fc56e6b4f9 Rearrange the pinout for the programmer to be a little more logical.
Provide hooks to support a buffered programmer, pin 6 is now used to
enable a buffer that can be used to isolate the target system from the
parallel port pins.  This is important when programming the target
in-system.

Totally change the way the pin definitions are defined.  Actually
set/clear pins based on the way more intuitive pin number, instead of
PPI data register, bit number combination.  A table of pin data is
used so that any hardware inversion done by the parallel port is
accounted for, what you set is actually what appears at the pin.
Retain the old method for handling Vcc, however, because the hold
method is much easier to use when setting / retrieving multiple pins
simultaneously.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@49 81a1dc3b-b13d-400b-aceb-764788c761c2
2001-01-24 18:45:58 +00:00
Makefile Don't gzip the man page. 2001-01-22 14:32:23 +00:00
Usage Change -c (interactive command mode) to the more intuitive -t 2001-01-18 02:35:41 +00:00
avr.c Rearrange the pinout for the programmer to be a little more logical. 2001-01-24 18:45:58 +00:00
avr.h Rearrange the pinout for the programmer to be a little more logical. 2001-01-24 18:45:58 +00:00
avrdude.1 .Nm macro fix. Submitted by Joerg. 2001-01-22 14:29:37 +00:00
avrprog-programmer.jpg New files. 2001-01-13 20:51:04 +00:00
avrprog-schematic.jpg New files. 2001-01-13 20:51:04 +00:00
fileio.c Makefile : use gzip -f for man page installation so that we don't get 2001-01-22 01:59:47 +00:00
fileio.h Return error codes instead of exiting, thus making sure that we exit 2001-01-20 16:34:28 +00:00
main.c Rearrange the pinout for the programmer to be a little more logical. 2001-01-24 18:45:58 +00:00
ppi.c Rearrange the pinout for the programmer to be a little more logical. 2001-01-24 18:45:58 +00:00
ppi.h Rearrange the pinout for the programmer to be a little more logical. 2001-01-24 18:45:58 +00:00
term.c Makefile : use gzip -f for man page installation so that we don't get 2001-01-22 01:59:47 +00:00
term.h The program was getting too large for a single file. Split it up into 2001-01-19 02:46:50 +00:00