blob: 8412eea50e738c6f91b27ff6f5056f8f86c19de8 [file] [log] [blame]
source [find interface/stlink.cfg]
transport select hla_swd
set WORKAREASIZE 0x10000
source [find target/stm32f4x.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
}