Go to file
Brian S. Dean 3d8f8bcd45 Use lex/yacc for parsing the config file. Re-work the config file
format using a more human-readable format.

Read part descriptions from the config file now instead of hard-coding
them.

Update usage().

Cleanup unused code.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@79 81a1dc3b-b13d-400b-aceb-764788c761c2
2001-10-14 23:17:26 +00:00
Makefile Use lex/yacc for parsing the config file. Re-work the config file 2001-10-14 23:17:26 +00:00
Makefile.inc Use lex/yacc for parsing the config file. Re-work the config file 2001-10-14 23:17:26 +00:00
avr.c Use lex/yacc for parsing the config file. Re-work the config file 2001-10-14 23:17:26 +00:00
avr.h Use lex/yacc for parsing the config file. Re-work the config file 2001-10-14 23:17:26 +00:00
avrdude.1 Correct default pin assignment. 2001-10-01 14:16:41 +00:00
avrdude.conf.sample Use lex/yacc for parsing the config file. Re-work the config file 2001-10-14 23:17:26 +00:00
avrdude.pdf Make the pin definitions configurable based on entries in a config 2001-09-19 17:04:25 +00:00
config.c Use lex/yacc for parsing the config file. Re-work the config file 2001-10-14 23:17:26 +00:00
config.h Use lex/yacc for parsing the config file. Re-work the config file 2001-10-14 23:17:26 +00:00
config_gram.y Use lex/yacc for parsing the config file. Re-work the config file 2001-10-14 23:17:26 +00:00
fileio.c First cut at supporting the ATmega 103 which uses bank addressing and 2001-10-14 02:53:21 +00:00
fileio.h Style fixes. 2001-10-13 03:13:13 +00:00
lexer.l Use lex/yacc for parsing the config file. Re-work the config file 2001-10-14 23:17:26 +00:00
lists.c Use lex/yacc for parsing the config file. Re-work the config file 2001-10-14 23:17:26 +00:00
lists.h Use lex/yacc for parsing the config file. Re-work the config file 2001-10-14 23:17:26 +00:00
main.c Use lex/yacc for parsing the config file. Re-work the config file 2001-10-14 23:17:26 +00:00
pindefs.h Use lex/yacc for parsing the config file. Re-work the config file 2001-10-14 23:17:26 +00:00
ppi.c Style fixes. 2001-10-13 03:13:13 +00:00
ppi.h Style fixes. 2001-10-13 03:13:13 +00:00
term.c Use lex/yacc for parsing the config file. Re-work the config file 2001-10-14 23:17:26 +00:00
term.h Style fixes. 2001-10-13 03:13:13 +00:00