From 668f20d0abc22765dda6dd5d094eb79bea321ace Mon Sep 17 00:00:00 2001
From: Antonio Borneo <borneo.antonio@gmail.com>
Date: Thu, 31 Dec 2009 20:19:26 +0800
Subject: Added ST FlashLINK interface config file.

The relevant cable config is already in OpenOCD, but not a config for
the JTAG adapter.  I have tested with FlashLINK on ARM926.

Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
---
 tcl/interface/flashlink.cfg | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 tcl/interface/flashlink.cfg

(limited to 'tcl/interface')

diff --git a/tcl/interface/flashlink.cfg b/tcl/interface/flashlink.cfg
new file mode 100644
index 00000000..4b00de91
--- /dev/null
+++ b/tcl/interface/flashlink.cfg
@@ -0,0 +1,10 @@
+#
+# ST FlashLINK JTAG parallel cable
+#
+# http://www.st.com/mcu/contentid-94-80-FL_101.html
+# http://www.st.com/stonline/products/literature/um/7889.pdf
+#
+
+interface parport
+parport_port 0
+parport_cable flashlink
-- 
cgit v1.2.3