From 6a3423748b879c189d94612d88e0014378c1a619 Mon Sep 17 00:00:00 2001 From: Remco Bloemen Date: Tue, 9 Aug 2016 12:30:12 +0100 Subject: [PATCH] interface: Add XDS100v3 support. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit XDS100v3 is software compatible with the XDS100v2, but has a different usb pid. This commit adds `xds100v3.cfg` that sources the v2 one and changes the usb pid. Change-Id: Ie29d325e8992d2de2f97d70862beeb63932ffa80 Signed-off-by: Remco Bloemen Reviewed-on: http://openocd.zylin.com/3632 Tested-by: jenkins Reviewed-by: Andreas Färber Reviewed-by: Andreas Fritiofson --- tcl/interface/ftdi/xds100v3.cfg | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tcl/interface/ftdi/xds100v3.cfg diff --git a/tcl/interface/ftdi/xds100v3.cfg b/tcl/interface/ftdi/xds100v3.cfg new file mode 100644 index 0000000000..6c705823ad --- /dev/null +++ b/tcl/interface/ftdi/xds100v3.cfg @@ -0,0 +1,11 @@ +# +# Texas Instruments XDS100 ver 3.0 +# +# http://processors.wiki.ti.com/index.php/XDS100 +# + +# Version 3.0 is the same as 2.0 as far as OpenOCD is concerned +source [find interface/ftdi/xds100v2.cfg] + +# The USB ids are different. +ftdi_vid_pid 0x0403 0xa6d1 -- 2.30.2