1# Copyright (c) 2024 Nuvoton Technology Corporation. 2# 3# SPDX-License-Identifier: Apache-2.0 4 5board_runner_args(jlink "--device=npcm400" "--speed=4000") 6board_runner_args(jlink "--file=./build/zephyr/${CONFIG_KERNEL_BIN_NAME}.npcm.bin") 7board_runner_args(jlink "--reset-after-load") 8include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) 9