boards/stm32f769i_disco: use openocd "reset init" instead of "reset halt"

The init script is required for QSPI flash setup.

Signed-off-by: Armin Brauns <armin.brauns@embedded-solutions.at>
This commit is contained in:
Armin Brauns 2024-05-03 14:10:40 +00:00 committed by Carles Cufí
commit 83a1c9b28e

View file

@ -2,7 +2,7 @@ source [find board/stm32f769i-disco.cfg]
$_TARGETNAME configure -event gdb-attach {
echo "Debugger attaching: halting execution"
reset halt
reset init
gdb_breakpoint_override hard
}