We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff7863f commit d5ced65Copy full SHA for d5ced65
boards/st/stm32f769i_disco/support/openocd.cfg
@@ -2,7 +2,7 @@ source [find board/stm32f769i-disco.cfg]
2
3
$_TARGETNAME configure -event gdb-attach {
4
echo "Debugger attaching: halting execution"
5
- reset halt
+ reset init
6
gdb_breakpoint_override hard
7
}
8
0 commit comments