This is an automated email from Gerrit. Bill Traynor ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/622
-- gerrit commit 02ac17ad837e4cb79f9a44155966f09305c55b8a Author: Bill Traynor <[email protected]> Date: Tue May 8 09:32:35 2012 -0400 cfg: Deleted duplicate busblaster.cfg and renamed original. The busblaster.cfg was contributed on April 23, 2012 and is a duplicate of dp_busblaster.cfg that was contributed on Oct. 23, 2011. Therefore, deleting the second version. Also, renaming the original dp_busblaster.cfg to simply busblaster.cfg, as this name is more concise. Change-Id: Iccb1f10f53dbbb248b1ff4c6295eaf67c32247c1 Signed-off-by: Bill Traynor <[email protected]> diff --git a/tcl/interface/busblaster.cfg b/tcl/interface/busblaster.cfg index e93b07d..f87a482 100644 --- a/tcl/interface/busblaster.cfg +++ b/tcl/interface/busblaster.cfg @@ -1,10 +1,14 @@ # -# Dangerous Prototypes Bus Blaster +# Dangerous Prototypes - Bus Blaster # -# http://dangerousprototypes.com/ +# 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_vid_pid 0x0403 0x6010 ft2232_device_desc "Dual RS232-HS" ft2232_layout jtagkey +ft2232_vid_pid 0x0403 0x6010 diff --git a/tcl/interface/dp_busblaster.cfg b/tcl/interface/dp_busblaster.cfg deleted file mode 100644 index f87a482..0000000 --- a/tcl/interface/dp_busblaster.cfg +++ /dev/null @@ -1,14 +0,0 @@ -# -# 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 -- ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
