1# Copyright (c) 2025 Renesas Electronics Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4# options after "--tool-opt=" are directly passed to the tool. So instead of "--iface=JTAG" you could also write "--tool-opt=-if JTAG"
5board_runner_args(jlink "--device=R5F52618" "--iface=FINE" "--speed=1000" "--tool-opt=-jtagconf -1,-1 -autoconnect 1" )
6board_runner_args(rfp "--device=RX200" "--tool=e2l" "--interface=fine" "--erase")
7
8include(${ZEPHYR_BASE}/boards/common/rfp.board.cmake)
9include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
10