openocd/src/jtag
Øyvind Harboe 230f0e9dc6 zy1000: fix crash in JTAG over TCP/IP
disable asynchronous callbacks and reads as minidriver requires
reads and callbacks to be synchronous.

Could possibly be fixed by some design work.

Change-Id: I7ca79a551085b2e8ba6928e1762d1baed6e95d4b
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Reviewed-on: http://openocd.zylin.com/260
Tested-by: jenkins
Reviewed-by: Øyvind Harboe <oyvindharboe@gmail.com>
Tested-by: Øyvind Harboe <oyvindharboe@gmail.com>
2011-12-13 19:00:45 +00:00
..
drivers jlink libusb-1.0 driver. 2011-12-12 10:03:26 +00:00
minidriver minidriver: fix inline capability of minidriver 2009-12-08 10:29:58 +01:00
minidummy types: write memory now uses const 2011-04-01 08:59:07 +02:00
zy1000 zy1000: fix crash in JTAG over TCP/IP 2011-12-13 19:00:45 +00:00
Makefile.am build: add missing files from dist release 2011-06-17 09:31:13 +01:00
adapter.c ADAPTER: Fixed transport selection mechanism to support transports other than jtag (if defined). 2011-06-16 19:49:54 +02:00
commands.c JTAG/COMMANDS: review scope of functions 2010-04-10 22:01:16 +08:00
commands.h jtag: rename JTAG_MOVESTATE to JTAG_TLR_RESET 2010-06-07 15:08:30 +02:00
core.c warning: fix false positive 2011-10-22 06:45:55 +00:00
driver.h split "interface" commands from "jtag" ones 2010-03-11 09:47:47 -08:00
interface.c move ARRAY_SIZE macro to types.h 2009-11-16 09:58:11 -08:00
interface.h jtag: clarify jtag->init() and jtag->quit() definitions 2011-04-19 12:43:16 +02:00
interfaces.c Implementation of a new jtag remote_bitbang driver. 2011-09-02 16:50:01 +02:00
interfaces.h change #include "interface.h" to <jtag/interface.h> 2009-12-03 04:22:52 -08:00
jtag.h cortex_a : multiple target on the same dap 2011-04-13 10:56:52 +02:00
minidriver.h jtag: simplify jtag_add_plain_ir/dr_scan 2010-03-08 08:12:26 +01:00
startup.tcl scripts: notify user of deprecated jtag_* functions 2011-11-18 22:07:09 +00:00
swd.h initial SWD transport (SWD infrastructure #2) 2010-12-24 18:50:41 -08:00
tcl.c clang: fix warning by adding assert that shows that a variable is used 2011-10-29 13:13:45 +00:00