6 lines
208 B
CMake
6 lines
208 B
CMake
# SPDX-License-Identifier: MIT
|
|
|
|
board_runner_args(nrfjprog "--nrf-family=NRF52" "--softreset")
|
|
include(${ZEPHYR_BASE}/boards/common/uf2.board.cmake)
|
|
include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
|