ChibiOS/testhal/STM32/GPT/openocd.cfg

14 lines
278 B
INI
Raw Normal View History

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