Files
zephyr/boards/adi/adi_eval_adin1110ebz/support/openocd.cfg
Guillaume Gautier d47f1878b1 boards: Convert adi_eval_adin1110ebz to HWM v2
Port the board to HWMv2.

Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
2024-03-01 15:50:01 +01:00

13 lines
276 B
INI

source [find board/stm32l4discovery.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
}