openocd/src/jtag
drath 6ae83f5cf8 Patch by Michael Schwingen that
- adds support for the Altium universal JTAG cable
 - adds support for "wiggler2" cable (basically a wiggler with added LED, documentation coming soon)
 - adds LED support. The LED is turned on during data transfer - works fine on Altium and wiggler2.
 - adds PORT_EXIT pattern that is written to port when exiting, in order to turn off power on cables that get their power from parallel port data lines
 - move port writes (with the system-specific ifdefs) to one central function

- increased image cache size to 2KB (might require more adaptive cache handling, e.g. LRU)



git-svn-id: svn://svn.berlios.de/openocd/trunk@204 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2007-09-05 06:22:37 +00:00
..
amt_jtagaccel.c - restrict direct parallel port access to x86 platforms (thanks to Vincent Palatin) 2007-07-26 09:36:17 +00:00
at91rm9200.c Patch by Michael Schwingen that 2007-09-05 06:22:37 +00:00
bitbang.c Patch by Michael Schwingen that 2007-09-05 06:22:37 +00:00
bitbang.h Patch by Michael Schwingen that 2007-09-05 06:22:37 +00:00
bitq.c - renamed M5960 USB JTAG to "flyswatter" 2007-08-10 19:44:06 +00:00
bitq.h - added support for Asix Presto JTAG interface (thanks to Pavel Chromy and Asix for making this addition possible) 2007-07-15 11:19:33 +00:00
ep93xx.c Patch by Michael Schwingen that 2007-09-05 06:22:37 +00:00
ft2232.c - update jtag_speed setting when changing it during runtime with a FT2232 based interface 2007-08-16 13:12:48 +00:00
gw16012.c - renamed M5960 USB JTAG to "flyswatter" 2007-08-10 19:44:06 +00:00
jtag.c - reworked presto.c to allow use of either FTD2XX or libftdi (libftdi not functional yet). Configure option changed from --enable-presto to 2007-08-14 09:48:54 +00:00
jtag.h - reformat src/jtag/bitq.c (thanks to Pavel Chromy) 2007-07-25 10:06:57 +00:00
Makefile.am - corrected automake script 2007-08-14 10:05:40 +00:00
parport.c Patch by Michael Schwingen that 2007-09-05 06:22:37 +00:00
presto.c - added support for setting JTAG frequency on ASIX PRESTO (thanks to Pavel Chromy) 2007-08-25 09:59:42 +00:00
usbprog.c - added support for setting JTAG frequency on ASIX PRESTO (thanks to Pavel Chromy) 2007-08-25 09:59:42 +00:00