blob: 14aa969fe9704b0483c9a1a910888d30298d5814 [file] [log] [blame]
source [find interface/stlink.cfg]
# Work-area size (RAM size) = 64KB
set WORKAREASIZE 0x10000
source [find target/stm32f1x.cfg]
$_TARGETNAME configure -event gdb-attach {
echo "Debugger attaching: halting execution"
reset halt
gdb_breakpoint_override hard
}
$_TARGETNAME configure -event gdb-detach {
echo "Debugger detaching: resuming execution"
resume
}