drivers/cmsis-dap: improve error checking
authorTomas Vanek <vanekt@fbl.cz>
Sat, 20 Mar 2021 18:04:15 +0000 (19:04 +0100)
committerTomas Vanek <vanekt@fbl.cz>
Sun, 18 Apr 2021 20:21:23 +0000 (21:21 +0100)
commit80970811f4558b610792b01d37740be8af4258f6
treeae0577f110e81fb99fa92d0e809ae1eb2061b627
parentd3a687432f96d90fdaa7c1264cf2c17df3ad58c1
drivers/cmsis-dap: improve error checking

Check returned HID report number (or the first byte of returned
bulk packet) which should be equal to the issued command or 0xff
in case of the command is not implemented.

Fix error return paths in cmsis_dap_init() to clean up the adapter
connection.

Don't fail cmsis_dap_init() when an unimportant function fails
(for the case the adapter doesn't implement some parts of protocol).

Change-Id: Ief8382aabe9915346b2273702fb2ff17bbb5eb1b
Signed-off-by: Tomas Vanek <vanekt@fbl.cz>
Reviewed-on: http://openocd.zylin.com/6121
Tested-by: jenkins
Reviewed-by: Peter Lawrence <majbthrd@gmail.com>
src/jtag/drivers/cmsis_dap.c