You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
390 B
11 lines
390 B
# Sparkfun nRF9160 Thing Plus configuration |
|
|
|
# Copyright (c) 2018-2020 Nordic Semiconductor ASA |
|
# Copyright (c) 2020 Circuit Dojo LLC |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
config BOARD_SPARKFUN_THING_PLUS |
|
# The GPIO driver is required by this board's initialization code |
|
# (board.c), so it is forced here to be enabled always, not only |
|
# enabled by default (in defconfig). |
|
select GPIO
|
|
|