mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
12 lines
311 B
Plaintext
12 lines
311 B
Plaintext
# SPDX-FileCopyrightText: 2020 Inria
|
|
# SPDX-License-Identifier: LGPL-2.1-only
|
|
|
|
config BOARD_COMMON_NUCLEO32
|
|
bool
|
|
|
|
# Clock configuration
|
|
select BOARD_HAS_LSE if (CPU_FAM_L0 || CPU_FAM_L4) && !BOARD_NUCLEO_L011K4
|
|
|
|
source "$(RIOTBOARD)/common/nucleo/Kconfig"
|
|
source "$(RIOTBOARD)/common/stm32/Kconfig"
|