aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/GPT/openocd.cfg
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-08-07 09:12:47 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-08-07 09:12:47 +0000
commit4c063131fd8da3eff5f815cf201b5f8e8e804402 (patch)
tree877adf2f317dfb789dc2f0c94e66c9f96aefb038 /testhal/STM32/GPT/openocd.cfg
parent075ff711f1c9cf031fa4708c6b704f120d9a509d (diff)
downloadChibiOS-4c063131fd8da3eff5f815cf201b5f8e8e804402.tar.gz
ChibiOS-4c063131fd8da3eff5f815cf201b5f8e8e804402.tar.bz2
ChibiOS-4c063131fd8da3eff5f815cf201b5f8e8e804402.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3193 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/GPT/openocd.cfg')
-rw-r--r--testhal/STM32/GPT/openocd.cfg13
1 files changed, 0 insertions, 13 deletions
diff --git a/testhal/STM32/GPT/openocd.cfg b/testhal/STM32/GPT/openocd.cfg
deleted file mode 100644
index f40febe66..000000000
--- a/testhal/STM32/GPT/openocd.cfg
+++ /dev/null
@@ -1,13 +0,0 @@
-#daemon configuration
-telnet_port 4444
-gdb_port 3333
-
-# GDB can also flash my flash!
-gdb_memory_map enable
-gdb_flash_program enable
-gdb_breakpoint_override hard
-
-set WORKAREASIZE 0x5000
-
-source [find interface/olimex-arm-usb-ocd.cfg]
-source [find target/stm32.cfg]