summaryrefslogtreecommitdiff
path: root/src/openocd.c
diff options
context:
space:
mode:
authordrath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2007-09-05 06:22:37 +0000
committerdrath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2007-09-05 06:22:37 +0000
commit6ae83f5cf8ddf505498b535cb167550a54271606 (patch)
tree521470759649a89c029a0e141d897b0428dee56e /src/openocd.c
parentb930514e2f3e2a83e075e8c19ae0d38bbd2b27dc (diff)
downloadopenocd_libswd-6ae83f5cf8ddf505498b535cb167550a54271606.tar.gz
openocd_libswd-6ae83f5cf8ddf505498b535cb167550a54271606.tar.bz2
openocd_libswd-6ae83f5cf8ddf505498b535cb167550a54271606.tar.xz
openocd_libswd-6ae83f5cf8ddf505498b535cb167550a54271606.zip
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
Diffstat (limited to 'src/openocd.c')
-rw-r--r--src/openocd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openocd.c b/src/openocd.c
index 26a218b9..81aae390 100644
--- a/src/openocd.c
+++ b/src/openocd.c
@@ -18,7 +18,7 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
-#define OPENOCD_VERSION "Open On-Chip Debugger (2007-08-25 12:00 CEST)"
+#define OPENOCD_VERSION "Open On-Chip Debugger (2007-09-05 09:00 CEST)"
#ifdef HAVE_CONFIG_H
#include "config.h"