summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorØyvind Harboe <oyvind.harboe@zylin.com>2009-10-20 15:54:53 +0200
committerØyvind Harboe <oyvind.harboe@zylin.com>2009-10-20 15:54:53 +0200
commita1609e5ad1b8df67f216d2f7c43db82c420db373 (patch)
tree4ab3cb71dff077d2e563d66b3b51b00cded54f1d /TODO
parent79e257a209cbb827557a752572a0b3c6d3b149c6 (diff)
downloadopenocd+libswd-a1609e5ad1b8df67f216d2f7c43db82c420db373.tar.gz
openocd+libswd-a1609e5ad1b8df67f216d2f7c43db82c420db373.tar.bz2
openocd+libswd-a1609e5ad1b8df67f216d2f7c43db82c420db373.tar.xz
openocd+libswd-a1609e5ad1b8df67f216d2f7c43db82c420db373.zip
Removed unused interface_jtag_set_end_state and wrote down some notes on TCP/IP client/server scheme.
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index a57ed248..0d888129 100644
--- a/TODO
+++ b/TODO
@@ -95,6 +95,13 @@ interface support:
The following tasks have been suggested for adding new JTAG interfaces:
- TCP driver: allow client/server for remote JTAG interface control.
+This requires a client and a server. The server is built into the
+normal OpenOCD and takes commands from the client and executes
+them on the interface returning the result of TCP/IP. The client
+is an OpenOCD which is built with a TCP/IP minidriver. The use
+of a minidriver is required to capture all the jtag_add_xxx()
+fn's at a high enough level and repackage these cmd's as
+TCP/IP packets handled by the server.
@section thelistswd Serial Wire Debug