From: Svenne Krap <svenne@krap.dk>
Date: Thu, 18 Nov 2010 19:51:08 +0000 (+0100)
Subject: added openocd.conf and .gdbinit
X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=81d357a0d5a52c468daa3b088028b04eb8b25db5;p=rapper.git

added openocd.conf and .gdbinit
---

diff --git a/new_cmsis/.gdbinit b/new_cmsis/.gdbinit
new file mode 100644
index 0000000..6b85ea0
--- /dev/null
+++ b/new_cmsis/.gdbinit
@@ -0,0 +1 @@
+target remote localhost:3333
diff --git a/new_cmsis/openocd.cfg b/new_cmsis/openocd.cfg
index 9f66ae7..45dba2e 100644
--- a/new_cmsis/openocd.cfg
+++ b/new_cmsis/openocd.cfg
@@ -1,3 +1,2 @@
-# The IMX31PDK eval board has a single IMX31 chip
 source [find interface/ngxtech.cfg]
 source [find target/lpc1768.cfg]