]> git.gag.com Git - fw/openocd/commit
stlink: fix incorrectly returned error on v2j28
authorAntonio Borneo <borneo.antonio@gmail.com>
Fri, 15 May 2020 12:55:42 +0000 (14:55 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sun, 24 May 2020 20:35:47 +0000 (21:35 +0100)
commitb342c67f7786fd17734763902dcb0c39286834a0
tree28d0aad546119d062fd753bce50f8b6a3921c0ce
parentaf0db36f92827d24f16c321db4c9636ac37a5f91
stlink: fix incorrectly returned error on v2j28

Firmware v2j28 introduces the API to open and close the AP, but
closing AP always returns error 0x1d (STLINK_BAD_AP_ERROR).

Ignore the error returned by the bogus firmware on closing AP.

Change-Id: I992ddbf7acb10f1d376ed8f781eeb3344605b85d
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5683
Tested-by: jenkins
src/jtag/drivers/stlink_usb.c