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