mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-12 16:33:28 +00:00
add reset after download, which will trigger board to run Signed-off-by: Hake Huang <hake.huang@oss.nxp.com>
10 lines
200 B
CMake
10 lines
200 B
CMake
#
|
|
# Copyright (c) 2020, NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
board_runner_args(jlink "--device=MIMXRT685S_M33" "--reset-after-load")
|
|
|
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|