mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-27 07:21:18 +01:00
14 lines
324 B
Plaintext
14 lines
324 B
Plaintext
# SPDX-FileCopyrightText: 2020 Benjamin Valentin
|
|
# SPDX-License-Identifier: LGPL-2.1-only
|
|
|
|
config BOARD
|
|
default "weact-f401cc" if BOARD_WEACT_F401CC
|
|
|
|
config BOARD_WEACT_F401CC
|
|
bool
|
|
default y
|
|
select BOARD_COMMON_WEACT_F4X1CX
|
|
select CPU_MODEL_STM32F401CC
|
|
|
|
source "$(RIOTBOARD)/common/weact-f4x1cx/Kconfig"
|