stlink: always use a valid endpoint
commit68e200c660aefe960e351452748f299c4a334474
authorTarek BOCHKATI <tarek.bouchkati@gmail.com>
Mon, 30 Mar 2020 11:06:18 +0000 (30 13:06 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sun, 12 Apr 2020 21:06:02 +0000 (12 22:06 +0100)
treefbcfc31310b48815750adea8b76955517829c1ee
parent263296e549455afa1484cf9dec75fc3014a83954
stlink: always use a valid endpoint

In order to extend the driver to support stlink-server over TCP,
we should always use a valid endpoint, as stlink-server is not permissive
and do not accept the invalid STLINK_NULL_EP.

STLINK_NULL_EP value was used for commands without an expected reply,
this value could be replaced with a valid endpoint without any impact
when the size is set to zero.

Change-Id: I003ad364e03d3a10bc036772db86310d996cbe81
Signed-off-by: Tarek BOCHKATI <tarek.bouchkati@gmail.com>
Reviewed-on: http://openocd.zylin.com/5455
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
src/jtag/drivers/stlink_usb.c