zephyr/boards/riscv/hifive1/support/openocd.cfg

11 lines
218 B
INI

source [find board/sifive-hifive1.cfg]
$_TARGETNAME configure -event gdb-attach {
reset halt
gdb_breakpoint_override hard
}
$_TARGETNAME configure -event gdb-detach {
resume
shutdown
}