summaryrefslogtreecommitdiff
path: root/src/openocd.c
diff options
context:
space:
mode:
authordrath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2007-07-25 10:06:57 +0000
committerdrath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2007-07-25 10:06:57 +0000
commit290e01c62afdfd5f6eb76a4caef266344510f2c0 (patch)
treed1bc200336f595ce782427f6c86724f7135aa16b /src/openocd.c
parent1429d2c659ab9b84dee673e7697da7eab44a8f90 (diff)
downloadopenocd+libswd-290e01c62afdfd5f6eb76a4caef266344510f2c0.tar.gz
openocd+libswd-290e01c62afdfd5f6eb76a4caef266344510f2c0.tar.bz2
openocd+libswd-290e01c62afdfd5f6eb76a4caef266344510f2c0.tar.xz
openocd+libswd-290e01c62afdfd5f6eb76a4caef266344510f2c0.zip
- reformat src/jtag/bitq.c (thanks to Pavel Chromy)
- fix multiple reads from FT2232 into same buffer location (thanks to Magnus Lundin) - retry JTAG chain validation (thanks to Magnus Lundin) - reworked GDB packet input handling (thanks to Pavel Chromy) - output error message when setting a watchpoint failed - removed duplicate out-of-bounds check in at91sam7.c (thanks to Pavel Chromy) git-svn-id: svn://svn.berlios.de/openocd/trunk@181 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 33f876b7..600225b9 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-07-15 13:15 CEST)"
+#define OPENOCD_VERSION "Open On-Chip Debugger (2007-07-25 12:00 CEST)"
#ifdef HAVE_CONFIG_H
#include "config.h"