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>__archive__
parent
40c425e400
commit
09fbc0ab86
|
@ -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
|
Loading…
Reference in New Issue