Patch by Michael Schwingen that
authordrath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Wed, 5 Sep 2007 06:22:37 +0000 (06:22 +0000)
committerdrath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Wed, 5 Sep 2007 06:22:37 +0000 (06:22 +0000)
commit6ae83f5cf8ddf505498b535cb167550a54271606
tree521470759649a89c029a0e141d897b0428dee56e
parentb930514e2f3e2a83e075e8c19ae0d38bbd2b27dc
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
src/jtag/at91rm9200.c
src/jtag/bitbang.c
src/jtag/bitbang.h
src/jtag/ep93xx.c
src/jtag/parport.c
src/openocd.c
src/target/embeddedice.c
src/target/image.h