X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=TODO;h=0d888129f302188246783fbb9ecba4fa4f9c2672;hp=a57ed248f085830dd88229e8ebc7150816478d6e;hb=62525792e073a54f21e334764ddd9dcd2d47ff0c;hpb=1f917bdc0c498c80f4ef5855dc30eb2f5b58b408 diff --git a/TODO b/TODO index a57ed248f0..0d888129f3 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