summaryrefslogtreecommitdiff
path: root/src/jtag/ngw100.c
diff options
context:
space:
mode:
authormifi <mifi@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-02-10 19:04:31 +0000
committermifi <mifi@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-02-10 19:04:31 +0000
commitfdf58f74e0cbc1a23ba74f9c1a7dae3260a36fae (patch)
treed5bf7268c52c7cba8f53f915fa48da326db7637c /src/jtag/ngw100.c
parentfb74f48b53a035a4bcbffba4057a5bf2e4e50d1f (diff)
downloadopenocd_libswd-fdf58f74e0cbc1a23ba74f9c1a7dae3260a36fae.tar.gz
openocd_libswd-fdf58f74e0cbc1a23ba74f9c1a7dae3260a36fae.tar.bz2
openocd_libswd-fdf58f74e0cbc1a23ba74f9c1a7dae3260a36fae.tar.xz
openocd_libswd-fdf58f74e0cbc1a23ba74f9c1a7dae3260a36fae.zip
- added starting point for development on a ngw100 eval board
git-svn-id: svn://svn.berlios.de/openocd/trunk@289 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/jtag/ngw100.c')
-rw-r--r--src/jtag/ngw100.c28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/jtag/ngw100.c b/src/jtag/ngw100.c
new file mode 100644
index 00000000..74abc0cc
--- /dev/null
+++ b/src/jtag/ngw100.c
@@ -0,0 +1,28 @@
+/***************************************************************************
+ * Copyright (C) 2008 by Michael Fischer *
+ * fischermi@t-online.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. *
+ ***************************************************************************/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
+
+/* EOF */
+
+
+