Go to file
bdean dca2176204 Split higher level parallel port programmer code off from ppi.c into
its own file par.c, leaving low level parallel port accessor routines
in ppi.c to help with portability.  Change the programmer type to
'PAR' now instead of 'PPI' - 'PAR' represents the parallel port
programmer type.

Be more liberal with 'static' function declarations within the
programmer implimentation files - these functions should never be
called directly - always use the programmer function references.

There are still a few places in 'main.c' that directly reference the
parallel programmer explicitly (par_getpinmask).  These should be
fixed somehow.

Axe a few unused functions.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@190 81a1dc3b-b13d-400b-aceb-764788c761c2
2003-02-13 19:27:50 +00:00
.cvsignore New file. 2003-02-12 17:58:04 +00:00
CHANGELOG Change the name from AVRPROG to AVRDUDE. 2003-02-06 05:13:32 +00:00
COPYING Re-license using the GNU GPL. Thanks to Ted Roth for the patch. 2003-02-06 19:08:33 +00:00
Makefile Split higher level parallel port programmer code off from ppi.c into 2003-02-13 19:27:50 +00:00
avr.c Makefile: include a target to automatically generate the dependency 2003-02-08 04:17:25 +00:00
avr.h Makefile: include a target to automatically generate the dependency 2003-02-08 04:17:25 +00:00
avrdude.1 Makefile: include a target to automatically generate the dependency 2003-02-08 04:17:25 +00:00
avrdude.conf.sample Split higher level parallel port programmer code off from ppi.c into 2003-02-13 19:27:50 +00:00
avrdude.pdf Make the pin definitions configurable based on entries in a config 2001-09-19 17:04:25 +00:00
avrpart.h Makefile: include a target to automatically generate the dependency 2003-02-08 04:17:25 +00:00
config.c Makefile: include a target to automatically generate the dependency 2003-02-08 04:17:25 +00:00
config.h Makefile: include a target to automatically generate the dependency 2003-02-08 04:17:25 +00:00
config_gram.y Split higher level parallel port programmer code off from ppi.c into 2003-02-13 19:27:50 +00:00
fileio.c Makefile: include a target to automatically generate the dependency 2003-02-08 04:17:25 +00:00
fileio.h Makefile: include a target to automatically generate the dependency 2003-02-08 04:17:25 +00:00
lexer.l Split higher level parallel port programmer code off from ppi.c into 2003-02-13 19:27:50 +00:00
linux_ppdev.h * linux_ppdev.h: New file. 2003-02-11 23:50:31 +00:00
lists.c Makefile: include a target to automatically generate the dependency 2003-02-08 04:17:25 +00:00
lists.h Makefile: include a target to automatically generate the dependency 2003-02-08 04:17:25 +00:00
main.c Split higher level parallel port programmer code off from ppi.c into 2003-02-13 19:27:50 +00:00
par.c Split higher level parallel port programmer code off from ppi.c into 2003-02-13 19:27:50 +00:00
par.h Split higher level parallel port programmer code off from ppi.c into 2003-02-13 19:27:50 +00:00
pgm.c Fix some implicit declaration warnings. 2003-02-11 21:58:07 +00:00
pgm.h Makefile: include a target to automatically generate the dependency 2003-02-08 04:17:25 +00:00
pindefs.h Makefile: include a target to automatically generate the dependency 2003-02-08 04:17:25 +00:00
ppi.c Split higher level parallel port programmer code off from ppi.c into 2003-02-13 19:27:50 +00:00
ppi.h Split higher level parallel port programmer code off from ppi.c into 2003-02-13 19:27:50 +00:00
stk500.c Split higher level parallel port programmer code off from ppi.c into 2003-02-13 19:27:50 +00:00
stk500.h Makefile: include a target to automatically generate the dependency 2003-02-08 04:17:25 +00:00
stk500_private.h Add basic support for STK500. 2002-12-01 04:30:01 +00:00
term.c Makefile: include a target to automatically generate the dependency 2003-02-08 04:17:25 +00:00
term.h Makefile: include a target to automatically generate the dependency 2003-02-08 04:17:25 +00:00