boards: arm: lpcxpresso55s16: reset soc after loading via jlink

Reset the LPC55S16 after loading data to the flash via Segger J-Link
(previously, the new firmware was not booted until the reset button on
the board was pressed).

Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
This commit is contained in:
Henrik Brix Andersen 2020-07-29 08:57:18 +02:00 committed by Carles Cufí
parent a82c34703c
commit 4179604f28

View file

@ -4,6 +4,6 @@
# SPDX-License-Identifier: Apache-2.0
#
board_runner_args(jlink "--device=LPC55S16")
board_runner_args(jlink "--device=LPC55S16" "--reset-after-load")
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)