2020-10-08 21:04:39 +02:00
|
|
|
# Copyright (c) 2020 Benjamin Valentin
|
2020-07-15 17:01:02 +02:00
|
|
|
#
|
|
|
|
# This file is subject to the terms and conditions of the GNU Lesser
|
|
|
|
# General Public License v2.1. See the file LICENSE in the top level
|
|
|
|
# directory for more details.
|
|
|
|
#
|
|
|
|
|
|
|
|
config BOARD
|
|
|
|
default "weact-f411ce" if BOARD_WEACT_F411CE
|
|
|
|
|
|
|
|
config BOARD_WEACT_F411CE
|
|
|
|
bool
|
|
|
|
default y
|
2021-12-14 16:23:59 +01:00
|
|
|
select BOARD_COMMON_WEACT_F4X1CX
|
2020-10-01 14:43:44 +02:00
|
|
|
select CPU_MODEL_STM32F411CE
|
2020-07-15 17:01:02 +02:00
|
|
|
|
2020-10-08 21:04:39 +02:00
|
|
|
source "$(RIOTBOARD)/common/weact-f4x1cx/Kconfig"
|