mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 01:53:51 +01:00
13 lines
297 B
Plaintext
13 lines
297 B
Plaintext
# SPDX-FileCopyrightText: 2020 HAW Hamburg
|
|
# SPDX-License-Identifier: LGPL-2.1-only
|
|
|
|
config BOARD
|
|
default "feather-m0-wifi" if BOARD_FEATHER_M0_WIFI
|
|
|
|
config BOARD_FEATHER_M0_WIFI
|
|
bool
|
|
default y
|
|
select BOARD_FEATHER_M0_BASE
|
|
|
|
source "$(RIOTBOARD)/feather-m0/Kconfig.feather-m0-base"
|