]> git.gag.com Git - fw/openocd/commit
stlink: skip rw-misc commands with TCP server
authorAntonio Borneo <borneo.antonio@gmail.com>
Sat, 14 Aug 2021 12:48:50 +0000 (14:48 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Fri, 5 Nov 2021 22:43:12 +0000 (22:43 +0000)
commitbac3ef96b79ac7b7b44585f2c3a2adcd8732f7a2
treeda8a716e7e6bea0c7c09eeaad44363e57c11dc02
parent6df533abb89307da066335700856e9bfe8586b94
stlink: skip rw-misc commands with TCP server

The main purpose of TCP server is to allow multiple clients to
connect and share the same physical stlink.
The commands RW MISC don't lock the communication between command
and answer, thus cannot prevent another client to break this
sequence. The commands are not supposed to be used in shared mode.

Prevent the use of RW MISC commands on a (possibly) shared TCP
backend.
This degrades the overall performance, but the shared mode already
adds its own overhead, so this is not really an issue.

Change-Id: I713d912a269664859c8142932a9905d24b6d3caa
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/6608
Tested-by: jenkins
Reviewed-by: Tarek BOCHKATI <tarek.bouchkati@gmail.com>
src/jtag/drivers/stlink_usb.c