mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 11:12:52 +00:00
The Adafruit Feather nRF52 is based on an Nordic Semidconductor nRF52832 based development board with UART, SPI, LED and onboard lithium polymer battery charger. Signed-off-by: Florian Gärtner <florian.gaertner@ledcity.ch>
11 lines
229 B
Plaintext
11 lines
229 B
Plaintext
# Kconfig - nRF52 ADAFRUIT FEATHER board configuration
|
|
#
|
|
# Copyright (c) 2018 LEDCity AG.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
config BOARD_NRF52_ADAFRUIT_FEATHER
|
|
bool "nRF52 ADAFRUIT FEATHER"
|
|
depends on SOC_NRF52832_QFAA
|