From: David B. <dbr...@us...> - 2009-12-16 23:22:16
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via 960ad2f77631988bc8aef86255ea6f4007b34153 (commit) from 2c3e413d49d8f446ec5347c4356888fbbfa4ec1d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 960ad2f77631988bc8aef86255ea6f4007b34153 Author: David Brownell <dbr...@us...> Date: Wed Dec 16 14:21:06 2009 -0800 Remove duplicate Olimex-"tiny" interface We already have tcl/interface/olimex-jtag-tiny.cfg and don't need a clone of it. diff --git a/tcl/interface/arm-usb-ocd-tiny.cfg b/tcl/interface/arm-usb-ocd-tiny.cfg deleted file mode 100644 index 34793f3..0000000 --- a/tcl/interface/arm-usb-ocd-tiny.cfg +++ /dev/null @@ -1,10 +0,0 @@ -# -# Olimex ARM-USB-OCD-TINY -# -# http://www.olimex.com/dev/arm-usb-tiny.html -# - -interface ft2232 -ft2232_device_desc "Olimex OpenOCD JTAG TINY" -ft2232_layout "olimex-jtag" -ft2232_vid_pid 0x15ba 0x0004 ----------------------------------------------------------------------- Summary of changes: tcl/interface/arm-usb-ocd-tiny.cfg | 10 ---------- 1 files changed, 0 insertions(+), 10 deletions(-) delete mode 100644 tcl/interface/arm-usb-ocd-tiny.cfg hooks/post-receive -- Main OpenOCD repository |