2021-05-30 01:00:40 +10:00
|
|
|
# Copyright (c) 2021 Nick Winans
|
|
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
|
2021-06-04 14:33:44 +10:00
|
|
|
set(OPENOCD_NRF5_SUBFAMILY nrf52)
|
2021-05-30 01:00:40 +10:00
|
|
|
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)
|