aboutsummaryrefslogtreecommitdiff
path: root/tcl/interface
diff options
context:
space:
mode:
authorRyan Corbin <corbin.ryan@gmail.com>2013-05-15 13:13:50 -0400
committerSpencer Oliver <spen@spen-soft.co.uk>2013-06-05 19:52:15 +0000
commit76b35638608f26cf7ea10509ecba3032eff90c9d (patch)
treec30ff84f54b1e49aba75a0e1b2b647825dbc41bf /tcl/interface
parentcf8a3c3d7075abad3c88cd604f8add4d06898abc (diff)
Added OpenJTAG Driver
Updated OpenJTAG driver from www.openjtag.org to work with latest version of OpenOCD. Change-Id: I2917f4e5835fb9ca5265e81dc38515fa97ae9503 Signed-off-by: Ryan Corbin <corbin.ryan@gmail.com> Reviewed-on: http://openocd.zylin.com/1406 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
Diffstat (limited to 'tcl/interface')
-rw-r--r--tcl/interface/openjtag.cfg8
1 files changed, 8 insertions, 0 deletions
diff --git a/tcl/interface/openjtag.cfg b/tcl/interface/openjtag.cfg
new file mode 100644
index 00000000..b20c22b6
--- /dev/null
+++ b/tcl/interface/openjtag.cfg
@@ -0,0 +1,8 @@
+#
+# OpenJTAG
+#
+# www.openjtag.org
+#
+
+interface openjtag
+openjtag_device_desc "Open JTAG Project" \ No newline at end of file