openocd/src/jtag/hla
Tarek BOCHKATI 4c0c6ebf02 stlink: support of ST-LINK TCP server using stlink-dap and hla
Quote: The ST-LINK TCP server is an application to share the debug
interface of a single ST-LINK board among several host applications,
typically a debugging tool and a monitoring tool.

Note: ST-Link TCP server does not support the SWIM transport.

ST-LINK TCP server allows several applications to connect to the same
ST-Link through sockets (TCP).

To use ST-LINK TCP server:
 - using stlink-dap : use 'st-link backend tcp [port]'
 - using hla : use 'hla_stlink_backend tcp [port]'

the default port value is 7184

Change-Id: I9b79f65267f04b1e978709934892160e65bd2d6d
Signed-off-by: Tarek BOCHKATI <tarek.bouchkati@gmail.com>
Reviewed-on: http://openocd.zylin.com/5633
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
2021-03-10 21:29:06 +00:00
..
Makefile.am Convert to non-recursive make 2016-12-08 16:23:10 +00:00
hla_interface.c stlink: support of ST-LINK TCP server using stlink-dap and hla 2021-03-10 21:29:06 +00:00
hla_interface.h stlink: support of ST-LINK TCP server using stlink-dap and hla 2021-03-10 21:29:06 +00:00
hla_layout.c jtag/drivers: add support for Nu-Link (Nuvoton ICE) over usb 2020-08-02 10:47:02 +01:00
hla_layout.h hla: API: specify that read_reg/write_reg use regsel as parameter 2020-11-15 21:07:14 +00:00
hla_tcl.c jtag: hla: tcl: fix inconsistent expected_id handling 2018-03-12 14:10:18 +00:00
hla_tcl.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
hla_transport.c hla_transport: split command registration per transport 2020-09-05 17:10:38 +01:00
hla_transport.h swim: add new transport 2020-05-24 21:32:05 +01:00