diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-08-07 09:13:58 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-08-07 09:13:58 +0000 |
commit | 57e8d64a3db2d963136d3dfd85732c17ce1865a3 (patch) | |
tree | d855a6f1e9955d1c85390cf340a391feacf8e6f0 /testhal/STM32F1xx | |
parent | 4c063131fd8da3eff5f815cf201b5f8e8e804402 (diff) | |
download | ChibiOS-57e8d64a3db2d963136d3dfd85732c17ce1865a3.tar.gz ChibiOS-57e8d64a3db2d963136d3dfd85732c17ce1865a3.tar.bz2 ChibiOS-57e8d64a3db2d963136d3dfd85732c17ce1865a3.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3194 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F1xx')
-rw-r--r-- | testhal/STM32F1xx/GPT/openocd.bat | 3 | ||||
-rw-r--r-- | testhal/STM32F1xx/GPT/openocd.cfg | 13 |
2 files changed, 0 insertions, 16 deletions
diff --git a/testhal/STM32F1xx/GPT/openocd.bat b/testhal/STM32F1xx/GPT/openocd.bat deleted file mode 100644 index a8b306318..000000000 --- a/testhal/STM32F1xx/GPT/openocd.bat +++ /dev/null @@ -1,3 +0,0 @@ -@echo off
-start /MIN openocd.exe
-start telnet 127.0.0.1 4444
diff --git a/testhal/STM32F1xx/GPT/openocd.cfg b/testhal/STM32F1xx/GPT/openocd.cfg deleted file mode 100644 index f40febe66..000000000 --- a/testhal/STM32F1xx/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]
|