Go to file
Joerg Wunsch 04831af970 Mega-commit to bring in both, the STK500v2 support from Erik
Walthinsen, as well as JTAG ICE mkII support (by me).

Erik's submission has been cleaned up a little bit, mostly to add his
name and the current year to the copyright of the new file, remove
trailing white space before importing the files, and fix the minor
syntax errors in his avrdude.conf.in additions (missing semicolons).

The JTAG ICE mkII support should be considered alpha to beta quality
at this point.  Few things are still to be done, like defering the
hfuse (OCDEN) tweaks until they are really required.  Also, for
reasons not yet known, the target MCU doesn't start to run after
signing off from the ICE, it needs a power-cycle first (at least on my
STK500).

Note that for the JTAG ICE, I did change a few things in the internal
API.  Notably I made the serial receive timeout configurable by the
backends via an exported variable (done in both the Posix and the
Win32 implementation), and I made the serial_recv() function return a
-1 instead of bailing out with exit(1) upon encountering a receive
timeout (currently only done in the Posix implementation).  Both
measures together allow me to receive a datastreem from the ICE at 115
kbps on a somewhat lossy PCI multi-UART card that occasionally drops a
character.  The JTAG ICE mkII protocol has enough of safety layers to
allow recovering from these events, but the previous code wasn't
prepared for any kind of recovery.  The Win32 change for this still
has to be done, and the traditional drivers need to be converted to
exit(1) upon encountering a timeout (as they're now getting a -1
returned they didn't see before in that case).


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@451 81a1dc3b-b13d-400b-aceb-764788c761c2
2005-05-10 19:17:12 +00:00
doc Mega-commit to bring in both, the STK500v2 support from Erik 2005-05-10 19:17:12 +00:00
windows * windows/Makefile.am: Correct makefile so loaddrv does not link 2003-09-22 21:13:57 +00:00
.cvsignore These changes add basic support for a autoconf/automake based build system. 2003-02-14 20:34:03 +00:00
AUTHORS * AUTHORS: Add names of recent major contributors. 2004-07-08 23:49:33 +00:00
COPYING Re-license using the GNU GPL. Thanks to Ted Roth for the patch. 2003-02-06 19:08:33 +00:00
ChangeLog Entry for new Safe Mode feature. 2005-01-24 21:35:52 +00:00
ChangeLog-2001 Use my other e-mail. 2003-03-12 01:25:43 +00:00
ChangeLog-2002 Use my other e-mail. 2003-03-12 01:25:43 +00:00
ChangeLog-2003 * ChangeLog: Minor formatting cleanups. 2004-01-26 06:27:41 +00:00
Makefile.am Mega-commit to bring in both, the STK500v2 support from Erik 2005-05-10 19:17:12 +00:00
NEWS * Makefile.am (EXTRA_DIST): Remove avrdude.pdf since it is no longer supplied. 2004-07-19 06:10:43 +00:00
README * AUTHORS: Updated. 2003-03-11 22:34:53 +00:00
avr.c Update code copyrights. 2004-12-22 01:52:45 +00:00
avr.h Update code copyrights. 2004-12-22 01:52:45 +00:00
avr910.c Update code copyrights. 2004-12-22 01:52:45 +00:00
avr910.h Update code copyrights. 2004-12-22 01:52:45 +00:00
avrdude.1 Mega-commit to bring in both, the STK500v2 support from Erik 2005-05-10 19:17:12 +00:00
avrdude.conf.in Mega-commit to bring in both, the STK500v2 support from Erik 2005-05-10 19:17:12 +00:00
avrdude.spec.in * avrdude.spec.in: Fix broken rpmbuild on RedHat-9. 2003-08-28 04:43:50 +00:00
avrpart.c Mega-commit to bring in both, the STK500v2 support from Erik 2005-05-10 19:17:12 +00:00
avrpart.h Mega-commit to bring in both, the STK500v2 support from Erik 2005-05-10 19:17:12 +00:00
bootstrap * Makefile.am (EXTRA_DIST): Remove avrdude.pdf since it is no longer supplied. 2004-07-19 06:10:43 +00:00
butterfly.c Update code copyrights. 2004-12-22 01:52:45 +00:00
butterfly.h Update code copyrights. 2004-12-22 01:52:45 +00:00
config.c Update code copyrights. 2004-12-22 01:52:45 +00:00
config.h Update code copyrights. 2004-12-22 01:52:45 +00:00
config_gram.y Mega-commit to bring in both, the STK500v2 support from Erik 2005-05-10 19:17:12 +00:00
configure.ac doc/Makefile is now dependent on whether or not doc is enabled. 2005-02-10 15:39:42 +00:00
confwin.c Update code copyrights. 2004-12-22 01:52:45 +00:00
confwin.h Update code copyrights. 2004-12-22 01:52:45 +00:00
fileio.c Update code copyrights. 2004-12-22 01:52:45 +00:00
fileio.h Update code copyrights. 2004-12-22 01:52:45 +00:00
lexer.l Mega-commit to bring in both, the STK500v2 support from Erik 2005-05-10 19:17:12 +00:00
linux_ppdev.h * linux_ppdev.h: New file. 2003-02-11 23:50:31 +00:00
lists.c Update code copyrights. 2004-12-22 01:52:45 +00:00
lists.h Update code copyrights. 2004-12-22 01:52:45 +00:00
main.c Mega-commit to bring in both, the STK500v2 support from Erik 2005-05-10 19:17:12 +00:00
par.c Update code copyrights. 2004-12-22 01:52:45 +00:00
par.h Update code copyrights. 2004-12-22 01:52:45 +00:00
pgm.c Update code copyrights. 2004-12-22 01:52:45 +00:00
pgm.h Mega-commit to bring in both, the STK500v2 support from Erik 2005-05-10 19:17:12 +00:00
pindefs.h Update code copyrights. 2004-12-22 01:52:45 +00:00
ppi.c Update code copyrights. 2004-12-22 01:52:45 +00:00
ppi.h Update code copyrights. 2004-12-22 01:52:45 +00:00
ppiwin.c * main.c (main): Don't indent CPP directives. 2004-07-15 17:29:35 +00:00
safemode.c New file. Safe Mode support. 2005-01-24 21:26:13 +00:00
safemode.h New file. Safe Mode support. 2005-01-24 21:26:13 +00:00
ser_posix.c Mega-commit to bring in both, the STK500v2 support from Erik 2005-05-10 19:17:12 +00:00
ser_win32.c Mega-commit to bring in both, the STK500v2 support from Erik 2005-05-10 19:17:12 +00:00
serial.h Mega-commit to bring in both, the STK500v2 support from Erik 2005-05-10 19:17:12 +00:00
stk500.c Update code copyrights. 2004-12-22 01:52:45 +00:00
stk500.h Update code copyrights. 2004-12-22 01:52:45 +00:00
stk500_private.h Add support for displaying and changing the various STK500 operational 2003-07-24 21:26:28 +00:00
stk500v2.c Mega-commit to bring in both, the STK500v2 support from Erik 2005-05-10 19:17:12 +00:00
stk500v2.h Mega-commit to bring in both, the STK500v2 support from Erik 2005-05-10 19:17:12 +00:00
stk500v2_private.h Mega-commit to bring in both, the STK500v2 support from Erik 2005-05-10 19:17:12 +00:00
term.c Update code copyrights. 2004-12-22 01:52:45 +00:00
term.h Update code copyrights. 2004-12-22 01:52:45 +00:00

README

See the documentation file for the details.

The latest version of AVRDUDE is always available here:

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