2020-06-12 00:36:54 -04: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-14 23:26:03 -04:00
|
|
|
|
2021-07-15 18:34:00 -04:00
|
|
|
config BOARD_NICE_NANO_V2
|
|
|
|
|
bool "nice!nano v2"
|
|
|
|
|
depends on SOC_NRF52840_QIAA
|
|
|
|
|
|