forked from kofal.net/zmk
feat(boards): Add nice!60 board
This commit is contained in:
committed by
Pete Johanson
parent
a32cd668d6
commit
3f838f0aaf
6
app/boards/arm/nice60/board.cmake
Normal file
6
app/boards/arm/nice60/board.cmake
Normal file
@@ -0,0 +1,6 @@
|
||||
# Copyright (c) 2021 Nick Winans
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
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)
|
||||
Reference in New Issue
Block a user