blob: 686f7dcd692fa0d49bb6d9564bea0a519ac1cbd1 [file] [log] [blame]
source [find interface/stlink.cfg]
# Work-area size (RAM size) = 4kB
set WORKAREASIZE 0x1000
source [find target/stm32f0x.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
}