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:
parent
7effbe8773
commit
bc2c700ab0
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user