From: Spencer O. <nt...@us...> - 2010-07-19 18:33:26
|
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 8dbe367c53682b1217f0f5d599a7a79bf0415796 (commit) from 4611f87f0aeba42d21fc6c197e904a0c97731bf7 (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 8dbe367c53682b1217f0f5d599a7a79bf0415796 Author: Spencer Oliver <nt...@us...> Date: Mon Jul 19 17:31:38 2010 +0100 cfg: add Amontec JTAGkey2p interface config (Issue #26) Signed-off-by: Spencer Oliver <nt...@us...> diff --git a/tcl/interface/jtagkey2p.cfg b/tcl/interface/jtagkey2p.cfg new file mode 100644 index 0000000..98a9417 --- /dev/null +++ b/tcl/interface/jtagkey2p.cfg @@ -0,0 +1,11 @@ +# +# Amontec JTAGkey2P +# +# http://www.amontec.com/jtagkey2p.shtml +# + +interface ft2232 +ft2232_device_desc "Amontec JTAGkey-2P" +ft2232_layout jtagkey +ft2232_vid_pid 0x0403 0xCFF8 + ----------------------------------------------------------------------- Summary of changes: tcl/interface/jtagkey2p.cfg | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) create mode 100644 tcl/interface/jtagkey2p.cfg hooks/post-receive -- Main OpenOCD repository |