6 lines
175 B
CMake
6 lines
175 B
CMake
# Copyright (c) 2023 David Ullmann
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
board_runner_args(pyocd "--target=cy8c6xxa")
|
|
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
|