mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 05:53:49 +01:00
16 lines
299 B
Plaintext
16 lines
299 B
Plaintext
# SPDX-FileCopyrightText: 2020 Inria
|
|
# SPDX-License-Identifier: LGPL-2.1-only
|
|
|
|
config BOARD
|
|
default "lsn50" if BOARD_LSN50
|
|
|
|
config BOARD_LSN50
|
|
bool
|
|
default y
|
|
select CPU_MODEL_STM32L072CZ
|
|
|
|
# Clock configuration
|
|
select BOARD_HAS_LSE
|
|
|
|
source "$(RIOTBOARD)/common/stm32/Kconfig"
|