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
8
app/boards/arm/nice_nano/Kconfig.board
Normal file
8
app/boards/arm/nice_nano/Kconfig.board
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# nice!nano board configuration
|
||||
|
||||
# Copyright (c) 2020 Pete Johanson
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
config BOARD_NICE_NANO
|
||||
bool "nice!nano"
|
||||
depends on SOC_NRF52840_QIAA
|
||||
Loading…
Add table
Add a link
Reference in a new issue