From: Antonio Borneo Date: Tue, 5 Feb 2019 10:25:19 +0000 (+0100) Subject: stlink: handle error GET_IDCODE X-Git-Tag: v0.11.0-rc1~797 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=720380f9e372d9bab19445ff300ef1cb58e70a12;hp=720380f9e372d9bab19445ff300ef1cb58e70a12 stlink: handle error GET_IDCODE When the connection with target is lost on the physical JTAG/SWD link (either wire disconnected or DAP/TAP in reset), STLINK fail to connect and returns error STLINK_JTAG_GET_IDCODE_ERROR. Add it in the list of known errors. Change-Id: Iabd6e6892111726f614345497d9286554bfe4ac0 Signed-off-by: Antonio Borneo Reviewed-on: http://openocd.zylin.com/4982 Reviewed-by: Tomas Vanek Tested-by: jenkins ---