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

boards/nucleo-g474re: add Kconfig board clock configuration

This commit is contained in:
Alexandre Abadie 2020-08-24 08:27:53 +02:00
parent 7effbe8773
commit bc2c700ab0
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -26,4 +26,9 @@ config BOARD_NUCLEO_G474RE
# 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/stm32/Kconfig.g4"
source "$(RIOTBOARD)/common/nucleo64/Kconfig"