]> git.sur5r.net Git - openocd/commitdiff
cfg: Add interface config for Dangerous Prototypes BusBlaster
authorRichard Barlow <richard@richardbarlow.co.uk>
Sun, 23 Oct 2011 11:50:34 +0000 (12:50 +0100)
committerPeter Stuge <peter@stuge.se>
Sun, 23 Oct 2011 15:14:02 +0000 (15:14 +0000)
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>
tcl/interface/dp_busblaster.cfg [new file with mode: 0644]

diff --git a/tcl/interface/dp_busblaster.cfg b/tcl/interface/dp_busblaster.cfg
new file mode 100644 (file)
index 0000000..f87a482
--- /dev/null
@@ -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