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:
parent
0e1ff84fe7
commit
c942d5ff87
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue