mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-08 14:15:21 +00:00
Add pyocd runner support for Renesas RA boards Signed-off-by: The Nguyen <the.nguyen.yf@renesas.com>
9 lines
297 B
CMake
9 lines
297 B
CMake
# Copyright (c) 2024 Renesas Electronics Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
board_runner_args(jlink "--device=R7FA6M2AF")
|
|
board_runner_args(pyocd "--target=R7FA6M2AF")
|
|
|
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|
|
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
|