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

boards/lora-e5-dev: HSE/LSE available in kconfig

This commit is contained in:
MrKevinWeiss 2022-01-10 13:09:04 +01:00
parent 4e007d3f3e
commit 92fff8976b
No known key found for this signature in database
GPG Key ID: 3514539D7808D123

View File

@ -25,6 +25,10 @@ config BOARD_LORA_E5_DEV
# Put other features for this board (in alphabetical order)
select HAS_RIOTBOOT
# Clock configuration
select BOARD_HAS_HSE
select BOARD_HAS_LSE
select HAVE_SAUL_GPIO
select HAVE_LM75A
@ -35,3 +39,5 @@ config LORA_E5_DEV_ENABLE_3P3V
config LORA_E5_DEV_ENABLE_5V
bool "LoRa-E5 Development Kit - Enable 5V output"
default y
source "$(RIOTBOARD)/common/stm32/Kconfig"