mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
11 lines
245 B
Plaintext
11 lines
245 B
Plaintext
# SPDX-FileCopyrightText: 2024 BISSELL Homecare, Inc.
|
|
# SPDX-License-Identifier: LGPL-2.1-only
|
|
|
|
config BOARD
|
|
default "stm32c0116-dk" if BOARD_STM32C0116_DK
|
|
|
|
config BOARD_STM32C0116_DK
|
|
bool
|
|
default y
|
|
select CPU_MODEL_STM32C011F6
|