jtag_interface: .speed can be NULL when not needed
[openocd.git] / tcl / interface / ftdi / dp_busblaster.cfg
blob51a59e1d7591dcff48279446e11276983909000f
2 # Dangerous Prototypes - Bus Blaster
4 # The Bus Blaster has a configurable buffer between the FTDI FT2232H and the
5 # JTAG header which allows it to emulate various debugger types. It comes
6 # configured as a JTAGkey device.
8 # http://dangerousprototypes.com/docs/Bus_Blaster
11 echo "WARNING!"
12 echo "This file was not tested with real interface, but is assumed to work as this"
13 echo "interface uses the same layout as configs that were verified. Please report your"
14 echo "experience with this file to openocd-devel mailing list, so it could be marked"
15 echo "as working or fixed."
17 interface ftdi
18 ftdi_device_desc "Dual RS232-HS"
19 ftdi_vid_pid 0x0403 0x6010
21 ftdi_layout_init 0x0c08 0x0f1b
22 ftdi_layout_signal nTRST -data 0x0100 -noe 0x0400
23 ftdi_layout_signal nSRST -data 0x0200 -noe 0x0800