boards: arm: nucleo_h743zi runner openocd requires reset halt

Add the command to the openocd runner so that a board reset happens
after flash and verify

Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
Francois Ramu 2022-03-23 15:06:41 +01:00 committed by Marti Bolivar
parent 0e1ff84fe7
commit c942d5ff87

View file

@ -1,5 +1,6 @@
# SPDX-License-Identifier: Apache-2.0
board_runner_args(openocd --cmd-post-verify "reset halt")
board_runner_args(jlink "--device=STM32H743ZI" "--speed=4000")
board_runner_args(stm32cubeprogrammer "--port=swd" "--reset=hw")