mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 22:13:52 +01:00
14 lines
362 B
Plaintext
14 lines
362 B
Plaintext
# SPDX-FileCopyrightText: 2023 HAW Hamburg
|
|
# SPDX-License-Identifier: LGPL-2.1-only
|
|
|
|
config BOARD
|
|
default "adafruit-feather-nrf52840-sense" if BOARD_ADAFRUIT_FEATHER_NRF52840_SENSE
|
|
|
|
config BOARD_ADAFRUIT_FEATHER_NRF52840_SENSE
|
|
bool
|
|
default y
|
|
select BOARD_COMMON_NRF52
|
|
select CPU_MODEL_NRF52840XXAA
|
|
|
|
source "$(RIOTBOARD)/common/nrf52/Kconfig"
|