aboutsummaryrefslogtreecommitdiff
path: root/tcl/interface
diff options
context:
space:
mode:
authorRichard Barlow <richard@richardbarlow.co.uk>2011-10-23 12:50:34 +0100
committerPeter Stuge <peter@stuge.se>2011-10-23 15:14:02 +0000
commit09fbc0ab8649c69a9f97fa4ed599db836a2c0152 (patch)
tree5d6f340a56b9c9a48648fe5e4225573179fce858 /tcl/interface
parent40c425e4005b6c00cab3ff2cd620cd3d6ae66514 (diff)
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 <richard@richardbarlow.co.uk> Reviewed-on: http://openocd.zylin.com/53 Tested-by: jenkins Reviewed-by: Peter Stuge <peter@stuge.se>
Diffstat (limited to 'tcl/interface')
-rw-r--r--tcl/interface/dp_busblaster.cfg14
1 files changed, 14 insertions, 0 deletions
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