# Copyright (c) 2025 Renesas Electronics Corporation | |
# SPDX-License-Identifier: Apache-2.0 | |
if(CONFIG_SOC_R7KA8P1KFLCAC_CM85) | |
board_runner_args(jlink "--device=R7KA8P1KF_CPU0" "--reset-after-load") | |
endif() | |
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) |