2020-06-12 14:36:54 +10:00
|
|
|
# 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
|
2020-08-15 13:26:03 +10:00
|
|
|
|
2021-07-16 08:34:00 +10:00
|
|
|
config BOARD_NICE_NANO_V2
|
|
|
|
bool "nice!nano v2"
|
|
|
|
depends on SOC_NRF52840_QIAA
|
|
|
|
|