1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-20 20:13:50 +01:00

13 lines
262 B
Plaintext

# SPDX-FileCopyrightText: 2020 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "spark-core" if BOARD_SPARK_CORE
config BOARD_SPARK_CORE
bool
default y
select CPU_MODEL_STM32F103CB
source "$(RIOTBOARD)/common/stm32/Kconfig"