diff options
author | Krzysztof Kajstura <support@kristech.eu> | 2009-11-04 21:20:44 -0800 |
---|---|---|
committer | David Brownell <dbrownell@users.sourceforge.net> | 2009-11-04 21:20:44 -0800 |
commit | 2970696e8923248ae84640ed67a3d1e4b50f8629 (patch) | |
tree | 57006ee66a154e567c30d055da657a82e5f27670 /tcl/interface | |
parent | fd108f57375bce392a73a8f9a7b46c74ce0e604e (diff) | |
download | openocd+libswd-2970696e8923248ae84640ed67a3d1e4b50f8629.tar.gz openocd+libswd-2970696e8923248ae84640ed67a3d1e4b50f8629.tar.bz2 openocd+libswd-2970696e8923248ae84640ed67a3d1e4b50f8629.tar.xz openocd+libswd-2970696e8923248ae84640ed67a3d1e4b50f8629.zip |
JTAG: support KT-LINK adapter
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'tcl/interface')
-rw-r--r-- | tcl/interface/kt-link.cfg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tcl/interface/kt-link.cfg b/tcl/interface/kt-link.cfg new file mode 100644 index 00000000..93af8e44 --- /dev/null +++ b/tcl/interface/kt-link.cfg @@ -0,0 +1,10 @@ +# +# Kristech KT-Link +# +# http://www.kristech.eu +# + +interface ft2232 +ft2232_device_desc "KT-LINK" +ft2232_layout ktlink +ft2232_vid_pid 0x0403 0xBBE2 |