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 344dbe1 commit 83a1c9bCopy full SHA for 83a1c9b
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