git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3194 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2011-08-07 09:13:58 +00:00
parent 4c063131fd
commit 57e8d64a3d
2 changed files with 0 additions and 16 deletions

View File

@ -1,3 +0,0 @@
@echo off
start /MIN openocd.exe
start telnet 127.0.0.1 4444

View File

@ -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]