Evan Hunter
e175f02715
Fix off by one bug in FreeRTOS
2011-08-27 19:37:22 +02:00
Jonathan Dumaresq
4bcf37e2c0
Add Valuline HD to config file
...
This will add the BSTAP for the medium and high density devices
2011-08-25 20:13:16 +02:00
Jonathan Dumaresq
62eec47ff1
This will add the Value Line HD of stm32 devices.
...
This has been tested on STM32F100VE
2011-08-25 20:13:16 +02:00
Jie Zhang
8d7ddde5f1
remove target argument from gdb packet handling functions
2011-08-24 17:41:35 +02:00
Evan
32862ed9f8
Add suspended task list to FreeRTOS support
2011-08-24 11:14:33 +02:00
Evan Hunter
85219514cf
Fix FreeRTOS thread list parsing
2011-08-24 11:14:28 +02:00
Jim Paris
dd318f8243
Fix redbee config files
...
Currently the board/redbee-*.cfg files incorrectly include the
interface definition. Move the interfaces to interface/,
and create a single board/redbee.cfg that is common to both boards.
Intended usage is now:
openocd -f interface/redbee-econotag.cfg -f board/redbee.cfg
2011-08-24 11:13:26 +02:00
Andreas Bießmann
b2ff00fb86
non_cfi: add SST39WF1601 support
...
Invented by jknick in sparkfun forum:
http://forum.sparkfun.com/viewtopic.php?t=19788
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com >
2011-08-24 11:12:53 +02:00
olivier Schonken
8292b1b5cd
Fix Sam3u flash bank 1 issue
2011-08-21 19:37:20 +02:00
Gunnar Henne
0d5a38d829
cfi: add EN29LV800BB support
...
Posted by telekatz@gmx.de in the bettyhacks forum for openocd
0.4.0 and integrated into 0.5.0 by Gunnar Henne.
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net >
2011-08-18 09:55:44 +01:00
Jie Zhang
40ac04ca7a
remove white space before TAB
2011-08-17 17:28:24 +02:00
Spencer Oliver
358df39b43
build: check buspirate build host
...
buspirate has never supported building on native windows (mingw).
configure will now check this is not the case.
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net >
2011-08-16 17:33:19 +01:00
SimonQian
54fc164d3a
versaloon driver update
...
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net >
2011-08-16 12:50:38 +01:00
Spencer Oliver
42b85f76f7
build: check guess-rev.sh can be found/executed
...
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net >
2011-08-16 12:06:57 +01:00
Spencer Oliver
b72af9dbfc
build: rename configure.in to configure.ac
...
configure.ac is the correct name to use with modern autotools.
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net >
2011-08-16 12:00:27 +01:00
Spencer Oliver
f9a379d02c
jim: update to fix mingw/msys build issues
...
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net >
2011-08-16 11:58:06 +01:00
Jie Zhang
8ff6097e23
show git commit number even when cross-compiling
...
AC_CHECK_FILE will die when cross-compiling. So don't use it to test the existence of guess-rev.sh.
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net >
2011-08-15 16:35:29 +01:00
Øyvind Harboe
9779a2bf1a
jimtcl: delete OpenOCD's broken 'stacktrace' command
...
Use "info stacktrace" instead. This fixes build problems with
latest Jim Tcl.
2011-08-14 18:32:16 +02:00
Stefan Mahr
45b5c838a6
mips: fix potential alignment error
2011-08-12 12:00:51 +02:00
Stefan Mahr
85f1963d52
mips: fix reading uint32 and uint16 when running on big endian host
2011-08-12 12:00:46 +02:00
Stefan Mahr
28f088dc66
target: add helper functions to get/set u16 or u32 array from/to buffer
2011-08-12 12:00:42 +02:00
Spencer Oliver
85cf298667
ftd2xx: fix build warnings
...
Due to build warnings introduced in newer versions of ftd2xx we
use strings to report errors rather than result codes. This also
gives us the same behaviour as libftdi.
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net >
2011-08-11 21:36:54 +01:00
Jie Zhang
738b91ddb4
remove useless pxref to SMP subsection
2011-08-11 22:13:32 +02:00
Øyvind Harboe
7bcc7c31d2
Merge branch 'dsp5680xx_cherry' of git://repo.or.cz/openocd/dsp568013 into HEAD
2011-08-11 16:23:15 +02:00
Steve Bennett
a62d8f2271
Evaluate 'script' in the global scope
...
Scripts sourced via 'script' should evaluate in the global
scope to make it easy to set and reference global variables.
Signed-off-by: Steve Bennett <steveb@workware.net.au >
2011-08-11 16:20:56 +02:00