1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 14:03:55 +01:00
2025-07-18 14:23:37 +02:00

14 lines
333 B
Plaintext

# SPDX-FileCopyrightText: 2020 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "blackpill-stm32f103c8" if BOARD_BLACKPILL_STM32F103C8
config BOARD_BLACKPILL_STM32F103C8
bool
default y
select BOARD_COMMON_BLXXXPILL
select CPU_MODEL_STM32F103C8
source "$(RIOTBOARD)/common/blxxxpill/Kconfig"