This is an automated email from Gerrit.

Richard Barlow (rich...@richardbarlow.co.uk) just uploaded a new patch set to 
Gerrit, which you can find at http://openocd.zylin.com/53

-- gerrit

commit 1b36ba14aeb95195664eddda8308233af36f6253
Author: Richard Barlow <rich...@richardbarlow.co.uk>
Date:   Sun Oct 23 12:50:34 2011 +0100

    cfg: Add interface config for 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 <rich...@richardbarlow.co.uk>

diff --git a/tcl/interface/busblaster.cfg b/tcl/interface/busblaster.cfg
new file mode 100644
index 0000000..6b4b429
--- /dev/null
+++ b/tcl/interface/busblaster.cfg
@@ -0,0 +1,15 @@
+#
+# Dangerous Prototypes - Bus Blaster
+#
+# The Bus Blaster has a configurable buffer between the 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
+

-- 
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to