1# Copyright (c) 2024 TOKITA Hiroshi
2# SPDX-License-Identifier: Apache-2.0
3
4board_runner_args(jlink "--device=R7FA2A1AB")
5
6board_runner_args(pyocd "--target=r7fa2a1ab")
7
8include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
9include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
10