blob: a4c831b8bbc84d91eb3290523d86dc0cf6c55c5f [file] [log] [blame]
source [find interface/stlink.cfg]
transport select hla_swd
source [find board/olimex_stm32_h103.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
}