Initial basic work on nice!nano board support.

This commit is contained in:
Pete Johanson
2020-06-12 00:36:54 -04:00
parent 0712dadd29
commit 4294b4873e
7 changed files with 193 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
board_runner_args(nrfjprog "--nrf-family=NRF52" "--softreset")
include(${ZEPHYR_BASE}/boards/common/blackmagicprobe.board.cmake)
include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)