Add bluemicro support

This commit is contained in:
Derek
2020-08-15 15:32:36 -04:00
parent 7e8a07e693
commit 9dd8217cd4
8 changed files with 241 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)