joerg_wunsch 2f73c4686e Add the "stk500generic" programmer that auto-probes for STK500
either firmware version 1 or 2.
* Makefile.am (avrdude_SOURCES): add the new files
stk500generic.c and stk500generic.h.
* avrdude.conf.in: Add the stk500generic programmer type, and
change the "stk500" entry to point to this programmer.
* config_gram.y: Add the stk500generic keyword.
* lexer.l: (Ditto.)
* stk500.c: Change the stk500v1 code to not call exit()
prematurely when failing to open the programmer, but instead
return an error status.
* stk500generic.c: (New file.) Stub programmer implementation.
Probe for either stk500v1 or stk500v2, and adjust the current pgm
appropriately.
* stk500generic.h: (New file.) Declare the public interface(s)
of stk500generic.c.
* doc/avrdude.texi: Document the changed behaviour of stk500.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@663 81a1dc3b-b13d-400b-aceb-764788c761c2
2006-09-19 22:27:30 +00:00
2004-12-22 01:52:45 +00:00
2004-12-22 01:52:45 +00:00
2005-11-29 20:28:51 +00:00
2006-07-21 21:53:49 +00:00
2004-12-22 01:52:45 +00:00
2003-03-12 01:25:43 +00:00
2003-03-12 01:25:43 +00:00
2004-12-22 01:52:45 +00:00
2004-12-22 01:52:45 +00:00
2004-12-22 01:52:45 +00:00
2005-11-28 21:11:18 +00:00
2004-12-22 01:52:45 +00:00
2004-12-22 01:52:45 +00:00
2005-11-01 23:02:06 +00:00
2004-12-22 01:52:45 +00:00
2004-12-22 01:52:45 +00:00
2003-03-11 22:34:53 +00:00
2006-09-01 10:06:53 +00:00
2004-12-22 01:52:45 +00:00
2004-12-22 01:52:45 +00:00
2006-09-17 20:35:36 +00:00
2006-09-17 20:35:36 +00:00

See the documentation file for the details.

The latest version of AVRDUDE is always available here:

  http://savannah.nongnu.org/projects/avrdude

Languages
HTML 67.7%
C 25.4%
JavaScript 4%
Roff 0.6%
Yacc 0.5%
Other 1.6%