summaryrefslogtreecommitdiff
path: root/src/openocd.c
diff options
context:
space:
mode:
authordrath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2006-09-07 17:36:34 +0000
committerdrath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2006-09-07 17:36:34 +0000
commit3f74f764c7c7b9e22906d2885666d844768c4351 (patch)
tree3cac502e962a6ce1755ab12d57ebaa725d673467 /src/openocd.c
parent028f59ede54917d59f8183e6feac43cb0a6f3546 (diff)
downloadopenocd_libswd-3f74f764c7c7b9e22906d2885666d844768c4351.tar.gz
openocd_libswd-3f74f764c7c7b9e22906d2885666d844768c4351.tar.bz2
openocd_libswd-3f74f764c7c7b9e22906d2885666d844768c4351.tar.xz
openocd_libswd-3f74f764c7c7b9e22906d2885666d844768c4351.zip
- integrated patch from Magnus Lundin that fixes at91sam7 flash timing bugs and possible endianness problems (big endian hosts)
- correctly write trailing bytes on str7x flashes - speed up str7x flash writing by offloading the algorithm to the target git-svn-id: svn://svn.berlios.de/openocd/trunk@95 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 c6ceb6cc..39475b93 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-08-31 15:00 CEST)"
+#define OPENOCD_VERSION "Open On-Chip Debugger (2006-09-07 20:00 CEST)"
#ifdef HAVE_CONFIG_H
#include "config.h"