aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/stlink/stlink_tcl.h
diff options
context:
space:
mode:
authorMathias K <kesmtp@freenet.de>2011-12-21 17:03:11 +0100
committerSpencer Oliver <spen@spen-soft.co.uk>2012-01-03 21:12:24 +0000
commit1d75eb25e03bbb8534e595fa977383e80b4f807e (patch)
tree8d2174a3f3a4a141be0ea264f7b3030fb8a5b602 /src/jtag/stlink/stlink_tcl.h
parent1d873623a04a42da690fd047d11943cec3ee1d7d (diff)
ST-LINK USB initial release
ST-Link USB support added. Change-Id: I2812646f2895b1529ff3f911edbdce7fa0051c8f Signed-off-by: Mathias K <kesmtp@freenet.de> Reviewed-on: http://openocd.zylin.com/261 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
Diffstat (limited to 'src/jtag/stlink/stlink_tcl.h')
-rw-r--r--src/jtag/stlink/stlink_tcl.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/jtag/stlink/stlink_tcl.h b/src/jtag/stlink/stlink_tcl.h
new file mode 100644
index 00000000..395d546d
--- /dev/null
+++ b/src/jtag/stlink/stlink_tcl.h
@@ -0,0 +1,26 @@
+/***************************************************************************
+ * Copyright (C) 2011 by Mathias Kuester *
+ * Mathias Kuester <kesmtp@freenet.de> *
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License, or *
+ * (at your option) any later version. *
+ * *
+ * This program is distributed in the hope that it will be useful, *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+ * GNU General Public License for more details. *
+ * *
+ * You should have received a copy of the GNU General Public License *
+ * along with this program; if not, write to the *
+ * Free Software Foundation, Inc., *
+ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
+ ***************************************************************************/
+#ifndef _STLINK_TCL_
+#define _STLINK_TCL_
+
+/** */
+int jim_stlink_newtap(Jim_Interp *interp, int argc, Jim_Obj * const *argv);
+
+#endif