mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-06 07:01:59 +00:00
This can't possibly have worked since the initial merge of the board. It looks like it was originally written as a port from a KBuild Makefile fragment but never tested, and has only been touched by tree-wide changes since then. Try to fix it. I don't have this hardware, but it should work the same way as 96b_nitrogen if it truly supports pyocd. Signed-off-by: Marti Bolivar <marti.bolivar@nordicsemi.no>
5 lines
137 B
CMake
5 lines
137 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
board_runner_args(pyocd "--target=nrf52")
|
|
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
|