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

boards/nucleo-g070rb: add Kconfig board clock configuration

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

View File

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