stlink: add STLINK_F_HAS_GETLASTRWSTATUS2
authorAntonio Borneo <borneo.antonio@gmail.com>
Mon, 24 Sep 2018 10:25:30 +0000 (12:25 +0200)
committerSpencer Oliver <spen@spen-soft.co.uk>
Thu, 6 Dec 2018 13:05:49 +0000 (13:05 +0000)
commit3e2967c75a1676d830fce23f28c541d95ebd5ff7
tree49ba8880f4c2d752489a1cdbd1281176344e4730
parent717d3af0879633a5c2d2a711db126cf0091e5930
stlink: add STLINK_F_HAS_GETLASTRWSTATUS2

Starting from stlink V2J15 the API
STLINK_DEBUG_APIV2_GETLASTRWSTATUS
is obsoleted and replaced by the new API
STLINK_DEBUG_APIV2_GETLASTRWSTATUS2.

Manage the two cases to be prepared for an eventual future
removal of the obsolete API.

Change-Id: Ic4498a652865b2eb6148825138c2f6855a06ba47
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/4714
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
src/jtag/drivers/stlink_usb.c