From 09fbc0ab8649c69a9f97fa4ed599db836a2c0152 Mon Sep 17 00:00:00 2001 From: Richard Barlow Date: Sun, 23 Oct 2011 12:50:34 +0100 Subject: [PATCH] cfg: Add interface config for Dangerous Prototypes BusBlaster The BusBlaster from Dangerous Prototypes is based on the FTDI FT2232H IC. It has a CPLD between the FT2232H and the JTAG header allowing it to emulate various debugger types. It comes configured as a JTAGkey compatible device. Change-Id: Iab56907bf67ded87001e628d93012f1e16287d90 Signed-off-by: Richard Barlow Reviewed-on: http://openocd.zylin.com/53 Tested-by: jenkins Reviewed-by: Peter Stuge --- tcl/interface/dp_busblaster.cfg | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tcl/interface/dp_busblaster.cfg diff --git a/tcl/interface/dp_busblaster.cfg b/tcl/interface/dp_busblaster.cfg new file mode 100644 index 00000000..f87a482e --- /dev/null +++ b/tcl/interface/dp_busblaster.cfg @@ -0,0 +1,14 @@ +# +# Dangerous Prototypes - Bus Blaster +# +# The Bus Blaster has a configurable buffer between the FTDI FT2232H and the +# JTAG header which allows it to emulate various debugger types. It comes +# configured as a JTAGkey device. +# +# http://dangerousprototypes.com/docs/Bus_Blaster +# + +interface ft2232 +ft2232_device_desc "Dual RS232-HS" +ft2232_layout jtagkey +ft2232_vid_pid 0x0403 0x6010 -- 2.39.5