zmk-config/boards/shields/samnrf/board.cmake
Sam 4835412986
Some checks failed
/ build (push) Failing after 0s
samnrf
2024-11-04 12:59:27 -05:00

8 lines
284 B
CMake

# Copyright (c) 2021 Nick Winans
# SPDX-License-Identifier: MIT
set(OPENOCD_NRF5_SUBFAMILY nrf52)
board_runner_args(nrfjprog "--nrf-family=NRF52" "--softreset")
include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
include(${ZEPHYR_BASE}/boards/common/openocd-nrf5.board.cmake)