From a48a5e6d94dc98cf69d15be133ae7b8283126bbe Mon Sep 17 00:00:00 2001 From: drath Date: Wed, 11 Apr 2007 14:25:12 +0000 Subject: - 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 --- src/openocd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/openocd.c') diff --git a/src/openocd.c b/src/openocd.c index 6b1fa080..63ce65c1 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-03-30 12:00 CEST)" +#define OPENOCD_VERSION "Open On-Chip Debugger (2007-04-11 16:20 CEST)" #ifdef HAVE_CONFIG_H #include "config.h" -- cgit v1.2.3-18-g5258