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

boards/nucleo-f207zg: add Kconfig clock configuration

This commit is contained in:
Alexandre Abadie 2020-09-06 21:59:15 +02:00
parent e1941d8976
commit 342df4bf37
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -28,4 +28,8 @@ config BOARD_NUCLEO_F207ZG
# Put other features for this board (in alphabetical order)
select HAS_RIOTBOOT
# Clock configuration
select BOARD_HAS_HSE
select BOARD_HAS_LSE
source "$(RIOTBOARD)/common/nucleo64/Kconfig"