1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-20 20:13:50 +01:00
2025-07-14 14:14:05 +02:00

20 lines
396 B
Plaintext

# SPDX-FileCopyrightText: 2020 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "stm32f723e-disco" if BOARD_STM32F723E_DISCO
config BOARD_STM32F723E_DISCO
bool
default y
select CPU_MODEL_STM32F723IE
# Clock configuration
select BOARD_HAS_HSE
select BOARD_HAS_LSE
config CLOCK_HSE
default 25000000
source "$(RIOTBOARD)/common/stm32/Kconfig"