From 81d357a0d5a52c468daa3b088028b04eb8b25db5 Mon Sep 17 00:00:00 2001 From: Svenne Krap Date: Thu, 18 Nov 2010 20:51:08 +0100 Subject: [PATCH] added openocd.conf and .gdbinit --- new_cmsis/.gdbinit | 1 + new_cmsis/openocd.cfg | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 new_cmsis/.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] -- 1.7.10.4