diff options
Diffstat (limited to 'testhal')
-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]
|