summaryrefslogtreecommitdiff
path: root/src/openocd.c
diff options
context:
space:
mode:
authordrath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2006-07-30 11:25:43 +0000
committerdrath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2006-07-30 11:25:43 +0000
commit1341eb3b0aea74b939a5d7702f696b175d032647 (patch)
tree66aec1f947ef1b464b2f1e9028e8e4846499ad31 /src/openocd.c
parent82d2633b5f550115e9e7c7d0520babb6680aa38f (diff)
downloadopenocd_libswd-1341eb3b0aea74b939a5d7702f696b175d032647.tar.gz
openocd_libswd-1341eb3b0aea74b939a5d7702f696b175d032647.tar.bz2
openocd_libswd-1341eb3b0aea74b939a5d7702f696b175d032647.tar.xz
openocd_libswd-1341eb3b0aea74b939a5d7702f696b175d032647.zip
- added configurable delays after reset lines get deasserted. useful if reset circuitry keeps lines asserted for too long.
- additional debug output when opening the parallel port - fixed counting of available arm7/9 watchpoint units - 'flash write' now displays elapsed time git-svn-id: svn://svn.berlios.de/openocd/trunk@79 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 e52afd34..53ff4548 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 (2006-07-15 12:00 CEST)"
+#define OPENOCD_VERSION "Open On-Chip Debugger (2006-07-30 13:30 CEST)"
#ifdef HAVE_CONFIG_H
#include "config.h"