1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00
2025-07-14 14:14:05 +02:00

20 lines
387 B
Plaintext

# SPDX-FileCopyrightText: 2022 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "stm32f7508-dk" if BOARD_STM32F7508_DK
config BOARD_STM32F7508_DK
bool
default y
select CPU_MODEL_STM32F750N8
# Clock configuration
select BOARD_HAS_HSE
select BOARD_HAS_LSE
config CLOCK_HSE
default 25000000
source "$(RIOTBOARD)/common/stm32/Kconfig"