Initial basic work on nice!nano board support.
This commit is contained in:
parent
0712dadd29
commit
4294b4873e
7 changed files with 193 additions and 0 deletions
5
app/boards/arm/nice_nano/board.cmake
Normal file
5
app/boards/arm/nice_nano/board.cmake
Normal 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue