diff options
author | Tomek CEDRO <cederom@tlen.pl> | 2011-06-25 14:01:22 +0200 |
---|---|---|
committer | Tomek CEDRO <cederom@tlen.pl> | 2011-06-25 14:01:22 +0200 |
commit | 9d21bc0c80ae60bd606513e8e58e8efe3f809590 (patch) | |
tree | 60ee21808c79cb5f7246a396d7e2af63dec00573 /tcl/interface | |
parent | c225664e61681b78eda4f450adceee140d5ffec0 (diff) | |
download | openocd_libswd-9d21bc0c80ae60bd606513e8e58e8efe3f809590.tar.gz openocd_libswd-9d21bc0c80ae60bd606513e8e58e8efe3f809590.tar.bz2 openocd_libswd-9d21bc0c80ae60bd606513e8e58e8efe3f809590.tar.xz openocd_libswd-9d21bc0c80ae60bd606513e8e58e8efe3f809590.zip |
FT2232: LT-LINK interface layout initialization routines: renamed existing layout to be ktlink_jtag, added ktlink_swd layout and initialization routine. Updated existing configuration file kt-link.cfg to match ktlink_jtag layout.
Diffstat (limited to 'tcl/interface')
-rw-r--r-- | tcl/interface/kt-link.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/interface/kt-link.cfg b/tcl/interface/kt-link.cfg index 93af8e44..e3585ced 100644 --- a/tcl/interface/kt-link.cfg +++ b/tcl/interface/kt-link.cfg @@ -6,5 +6,5 @@ interface ft2232 ft2232_device_desc "KT-LINK" -ft2232_layout ktlink +ft2232_layout ktlink_jtag ft2232_vid_pid 0x0403 0xBBE2 |