blob: 4a80b448ce3b856202596586d4d308d689127305 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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
config BOARD_NICE_NANO_V2
bool "nice!nano v2"
depends on SOC_NRF52840_QIAA
|