Make the pin definitions configurable based on entries in a config

file.  This makes supporting other programmers much easier.

Rename AVRprog.pdf to avrprog.pdf.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@67 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Brian S. Dean
2001-09-19 17:04:25 +00:00
parent 2c603dd52c
commit 9003ed1183
10 changed files with 533 additions and 62 deletions

View File

@@ -52,8 +52,6 @@ enum {
FIO_WRITE
};
#define MAX_LINE_LEN 256 /* max line length for ASCII format input files */
char * fmtstr ( FILEFMT format );
int fileio_setparms ( int op, struct fioparms * fp );