This is an automated email from Gerrit. Ben Gamari ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/1527
-- gerrit commit 1476788659048016a1d3699219b3d664066db715 Author: Ben Gamari <[email protected]> Date: Wed Jul 24 15:33:07 2013 -0400 Add dp_busblaster_cpld.cfg Change-Id: Idd496cfc8864ea1b7bccc49f1a57b1cd3ece2839 Signed-off-by: Ben Gamari <[email protected]> diff --git a/tcl/interface/ftdi/dp_busblaster_cpld.cfg b/tcl/interface/ftdi/dp_busblaster_cpld.cfg new file mode 100644 index 0000000..67006c6 --- /dev/null +++ b/tcl/interface/ftdi/dp_busblaster_cpld.cfg @@ -0,0 +1,18 @@ +# +# Dangerous Prototypes - Bus Blaster (CPLD) +# +# The Bus Blaster has a CPLD buffer between the FTDI FT2232H and the +# JTAG header which allows it to emulate various debugger types. This +# interface is for programming the CPLD. +# +# http://dangerousprototypes.com/docs/Bus_Blaster +# + +interface ftdi +ftdi_device_desc "Dual RS232-HS" +ftdi_vid_pid 0x0403 0x6010 +ftdi_channel 1 + +ftdi_layout_init 0x0c08 0x0f1b +ftdi_layout_signal nTRST -data 0x0100 -noe 0x0400 +ftdi_layout_signal nSRST -data 0x0200 -noe 0x0800 -- ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
