summaryrefslogtreecommitdiff
path: root/src/jtag
diff options
context:
space:
mode:
authordrath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2007-04-11 14:25:12 +0000
committerdrath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2007-04-11 14:25:12 +0000
commita48a5e6d94dc98cf69d15be133ae7b8283126bbe (patch)
treec1c3fda3f64a7d47af5591c4f96f55a83d47b2a7 /src/jtag
parent98da554bbd560fa5af0c639140fe34e211bf38da (diff)
downloadopenocd_libswd-a48a5e6d94dc98cf69d15be133ae7b8283126bbe.tar.gz
openocd_libswd-a48a5e6d94dc98cf69d15be133ae7b8283126bbe.tar.bz2
openocd_libswd-a48a5e6d94dc98cf69d15be133ae7b8283126bbe.tar.xz
openocd_libswd-a48a5e6d94dc98cf69d15be133ae7b8283126bbe.zip
- disabled excessive debug output in jtag.h
- output all of EmbeddedICE version register in error message - update OpenOCD's idea of the current core mode, and immediately change core mode, on CPSR changes - added support for CFI cmdset 0002 (patch by Andrew Dyer, thanks a lot) - enhanced CFI cmdset 0002 support to Atmel AT49 flashes (thanks to Joerg Krein for providing test hardware) git-svn-id: svn://svn.berlios.de/openocd/trunk@138 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/jtag')
-rw-r--r--src/jtag/jtag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jtag/jtag.h b/src/jtag/jtag.h
index ad038ae5..29e3da60 100644
--- a/src/jtag/jtag.h
+++ b/src/jtag/jtag.h
@@ -25,7 +25,7 @@
#include "command.h"
-#if 1
+#if 0
#define _DEBUG_JTAG_IO_
#endif