mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
14 lines
324 B
Plaintext
14 lines
324 B
Plaintext
# SPDX-FileCopyrightText: 2024 BISSELL Homecare, Inc.
|
|
# SPDX-License-Identifier: LGPL-2.1-only
|
|
|
|
config BOARD
|
|
default "nucleo-c031c6" if BOARD_NUCLEO_C031C6
|
|
|
|
config BOARD_NUCLEO_C031C6
|
|
bool
|
|
default y
|
|
select BOARD_COMMON_NUCLEO64
|
|
select CPU_MODEL_STM32C031C6
|
|
|
|
source "$(RIOTBOARD)/common/nucleo64/Kconfig"
|