1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:32:45 +01:00

boards/stm32f746g-disco: pull-in ft5336 with touch_dev

This commit is contained in:
Alexandre Abadie 2021-12-27 11:28:31 +01:00
parent f5b5af9469
commit c67920c1cc
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 5 additions and 0 deletions

View File

@ -29,5 +29,6 @@ config BOARD_STM32F746G_DISCO
select BOARD_HAS_LSE
select HAVE_SAUL_GPIO
select HAVE_FT5336
source "$(RIOTBOARD)/common/stm32/Kconfig"

View File

@ -9,3 +9,7 @@ endif
ifneq (,$(filter disp_dev,$(USEMODULE)))
FEATURES_REQUIRED += periph_ltdc
endif
ifneq (,$(filter touch_dev,$(USEMODULE)))
USEMODULE += ft5336
endif