From 57e8d64a3db2d963136d3dfd85732c17ce1865a3 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 7 Aug 2011 09:13:58 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3194 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32F1xx/GPT/openocd.bat | 3 --- testhal/STM32F1xx/GPT/openocd.cfg | 13 ------------- 2 files changed, 16 deletions(-) delete mode 100644 testhal/STM32F1xx/GPT/openocd.bat delete mode 100644 testhal/STM32F1xx/GPT/openocd.cfg (limited to 'testhal/STM32F1xx/GPT') 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] -- cgit v1.2.3