mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 14:03:55 +01:00
11 lines
260 B
Plaintext
11 lines
260 B
Plaintext
# SPDX-FileCopyrightText: 2020 Benjamin Valentin
|
|
# SPDX-License-Identifier: LGPL-2.1-only
|
|
|
|
config BOARD
|
|
default "bluepill-stm32f030c8" if BOARD_BLUEPILL_STM32F030C8
|
|
|
|
config BOARD_BLUEPILL_STM32F030C8
|
|
bool
|
|
default y
|
|
select CPU_MODEL_STM32F030C8
|