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

boards/stm32f723e-disco: pull-in ft6x06 with touch_dev

This commit is contained in:
Alexandre Abadie 2021-12-31 10:57:25 +01:00
parent deeb204a14
commit c983007ec3
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,7 @@ config BOARD_STM32F723E_DISCO
select BOARD_HAS_LSE
select HAVE_SAUL_GPIO
select HAVE_FT6X06
select MODULE_PERIPH_UART_HW_FC if TEST_KCONFIG && HAS_PERIPH_UART_HW_FC
# Workaround due to stdout only working with stdin enabled
select MODULE_STDIN if TEST_KCONFIG

View File

@ -4,5 +4,9 @@ ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += saul_gpio
endif
ifneq (,$(filter touch_dev,$(USEMODULE)))
USEMODULE += ft6x06
endif
# TODO: remove the stdin dependency
USEMODULE += stdin