2021-12-02 15:21:35 -08:00
|
|
|
# Copyright (c) 2021 The ZMK Contributors
|
|
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
|
|
|
|
set(OPENOCD_NRF5_SUBFAMILY nrf52)
|
|
|
|
board_runner_args(nrfjprog "--nrf-family=NRF52" "--softreset")
|
2023-12-04 13:55:42 -08:00
|
|
|
include(${ZEPHYR_BASE}/boards/common/uf2.board.cmake)
|
2021-12-02 15:21:35 -08:00
|
|
|
include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
|
|
|
|
include(${ZEPHYR_BASE}/boards/common/openocd-nrf5.board.cmake)
|