summaryrefslogtreecommitdiff
path: root/src/jtag/jtag.h
diff options
context:
space:
mode:
authordrath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2006-08-17 14:53:15 +0000
committerdrath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2006-08-17 14:53:15 +0000
commit5fcd1d704cea078f6651e8e928ce7ff67b283882 (patch)
tree2adc2d71513793359bef126d05448f0e22a259be /src/jtag/jtag.h
parent9a830747b2324cc1f319c32399e76f759bd5f0e6 (diff)
downloadopenocd+libswd-5fcd1d704cea078f6651e8e928ce7ff67b283882.tar.gz
openocd+libswd-5fcd1d704cea078f6651e8e928ce7ff67b283882.tar.bz2
openocd+libswd-5fcd1d704cea078f6651e8e928ce7ff67b283882.tar.xz
openocd+libswd-5fcd1d704cea078f6651e8e928ce7ff67b283882.zip
- renamed jtag_interface_t.support_statemove to jtag_interface_t.support_pathmove (it is used to indicate jtag_add_pathmove support)
- fixed small bug in str7x.c that printed an address instead of the target number in an error message - added support for Olimex ARM-USB-OCD. The new ft2232 layout is called "olimex-jtag" git-svn-id: svn://svn.berlios.de/openocd/trunk@87 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/jtag/jtag.h')
-rw-r--r--src/jtag/jtag.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jtag/jtag.h b/src/jtag/jtag.h
index 0d71301f..19f81ce6 100644
--- a/src/jtag/jtag.h
+++ b/src/jtag/jtag.h
@@ -25,7 +25,7 @@
#include "command.h"
-#if 0
+#if 1
#define _DEBUG_JTAG_IO_
#endif
@@ -180,7 +180,7 @@ typedef struct jtag_interface_s
/* optional command support
*/
- int support_statemove;
+ int support_pathmove;
/* interface initalization
*/