2012-04-21 03:33:28 +00:00
|
|
|
#
|
2012-05-08 13:32:35 +00:00
|
|
|
# Dangerous Prototypes - Bus Blaster
|
2012-04-21 03:33:28 +00:00
|
|
|
#
|
2012-05-08 13:32:35 +00:00
|
|
|
# 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
|
2012-04-21 03:33:28 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
interface ft2232
|
|
|
|
ft2232_device_desc "Dual RS232-HS"
|
|
|
|
ft2232_layout jtagkey
|
2012-05-08 13:32:35 +00:00
|
|
|
ft2232_vid_pid 0x0403 0x6010
|