Go to file
bsd 275f7edc86 Add a -V option to display the version information about each
component module.  This is intended for support purposes, so that I
can tell unambiguously what version a binary out in the field is.

Additionally, display a revision timestamp along with the version
number.  This also is intended for aiding in support and is the Unix
time of the latest component module.  Having this, should allow me to
do a "cvs co -D timestamp avrprog" and get exactly the source of the
version that is being reported.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@55 81a1dc3b-b13d-400b-aceb-764788c761c2
2001-01-26 20:34:08 +00:00
Makefile Move pin definitions to their own file. 2001-01-24 19:10:34 +00:00
avr.c Add a -V option to display the version information about each 2001-01-26 20:34:08 +00:00
avr.h Get rid of the Usage file. 2001-01-25 16:24:08 +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 Add a -V option to display the version information about each 2001-01-26 20:34:08 +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 Add a -V option to display the version information about each 2001-01-26 20:34:08 +00:00
pindefs.h Move pin definitions to their own file. 2001-01-24 19:10:34 +00:00
ppi.c Add a -V option to display the version information about each 2001-01-26 20:34:08 +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 Add a -V option to display the version information about each 2001-01-26 20:34:08 +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