mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 14:33:52 +01:00
14 lines
343 B
Plaintext
14 lines
343 B
Plaintext
# SPDX-FileCopyrightText: 2024 TU Dresden
|
|
# SPDX-License-Identifier: LGPL-2.1-only
|
|
|
|
config BOARD
|
|
default "seeedstudio-xiao-nrf52840" if BOARD_SEEEDSTUDIO_XIAO_NRF52840
|
|
|
|
config BOARD_SEEEDSTUDIO_XIAO_NRF52840
|
|
bool
|
|
default y
|
|
select BOARD_COMMON_NRF52
|
|
select CPU_MODEL_NRF52840XXAA
|
|
|
|
source "$(RIOTBOARD)/common/nrf52/Kconfig"
|