This is an automated email from Gerrit. Tomasz CEDRO ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/1065
-- gerrit commit 81d4781655a336e518701d7ca257b136abe6320e Author: Tomek CEDRO <[email protected]> Date: Tue Oct 30 20:38:50 2012 +0100 Added example interface_signal LED,SRST,SRSTin definitions to KT-LINK interface for testing. Change-Id: Idc8432f0835b4c3c00875f29d6ba00b90df405b3 Signed-off-by: Tomek CEDRO <[email protected]> diff --git a/tcl/interface/kt-link.cfg b/tcl/interface/kt-link.cfg index 93af8e4..640e547 100644 --- a/tcl/interface/kt-link.cfg +++ b/tcl/interface/kt-link.cfg @@ -8,3 +8,8 @@ interface ft2232 ft2232_device_desc "KT-LINK" ft2232_layout ktlink ft2232_vid_pid 0x0403 0xBBE2 + +interface_signal add LED 0x8000 +interface_signal add SRST 0x0a00 +interface_signal add SRSTin 0x0040 + -- ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
