This is an automated email from Gerrit. Allen Martin ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/589
-- gerrit commit ca0731f7c4a2b6a1cb593b60d03348adfb50a1a7 Author: Allen Martin <[email protected]> Date: Fri Apr 20 20:33:28 2012 -0700 cfg: Add interface config for Dangerous Prototypes Bus Blaster This is a FT2232 based USB JTAG dongle Change-Id: Ibed773a23b6446df62fe4eac16c27fb2d741f4c3 Signed-off-by: Allen Martin <[email protected]> diff --git a/jimtcl b/jimtcl index ac3f1cd..645ed6f 160000 --- a/jimtcl +++ b/jimtcl @@ -1 +1 @@ -Subproject commit ac3f1cd082ba21a55edaabd826580996f5b77595 +Subproject commit 645ed6fd4b6f9038c7e1d85d74c3872b3cb9a507 diff --git a/tcl/interface/busblaster.cfg b/tcl/interface/busblaster.cfg new file mode 100644 index 0000000..e93b07d --- /dev/null +++ b/tcl/interface/busblaster.cfg @@ -0,0 +1,10 @@ +# +# Dangerous Prototypes Bus Blaster +# +# http://dangerousprototypes.com/ +# + +interface ft2232 +ft2232_vid_pid 0x0403 0x6010 +ft2232_device_desc "Dual RS232-HS" +ft2232_layout jtagkey -- ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
