1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/stm32f469i-disco/Kconfig

17 lines
316 B
Plaintext
Raw Normal View History

2021-09-27 19:13:06 +02:00
config BOARD
default "stm32f469i-disco" if BOARD_STM32F469I_DISCO
config BOARD_STM32F469I_DISCO
bool
default y
select CPU_MODEL_STM32F469NI
# Clock configuration
select BOARD_HAS_HSE
select BOARD_HAS_LSE
config CLOCK_HSE
default 8000000
2021-09-27 19:13:06 +02:00
source "$(RIOTBOARD)/common/stm32/Kconfig"