Go to file
bsd af8d44bf4b Return error codes instead of exiting, thus making sure that we exit
only via main() so that the exitspecs are properly applied.

When reading input data from a file, remember how many bytes were read
and write and verify only that many bytes.

Don't complain when an input file size is smaller than the memory size
we are programming.  This is normal.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@44 81a1dc3b-b13d-400b-aceb-764788c761c2
2001-01-20 16:34:28 +00:00
Makefile Makefile : install the man page 2001-01-20 04:28:49 +00:00
Usage Change -c (interactive command mode) to the more intuitive -t 2001-01-18 02:35:41 +00:00
avr.c Return error codes instead of exiting, thus making sure that we exit 2001-01-20 16:34:28 +00:00
avr.h Return error codes instead of exiting, thus making sure that we exit 2001-01-20 16:34:28 +00:00
avrdude.1 Add initial man page graciously contributed by Joerg Wunsch. Thanks 2001-01-20 04:14:01 +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 Return error codes instead of exiting, thus making sure that we exit 2001-01-20 16:34:28 +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 Return error codes instead of exiting, thus making sure that we exit 2001-01-20 16:34:28 +00:00
ppi.c The program was getting too large for a single file. Split it up into 2001-01-19 02:46:50 +00:00
ppi.h The program was getting too large for a single file. Split it up into 2001-01-19 02:46:50 +00:00
term.c Accept abbreviations for eeprom and flash for the dump and write 2001-01-19 03:43:16 +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