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

boards/pinetime: pull-in cst816s with touch_dev

This commit is contained in:
Alexandre Abadie 2022-01-02 08:01:56 +01:00
parent a2fc925a0e
commit 2d33b5f3a5
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,7 @@ config BOARD_PINETIME
select HAS_PERIPH_SPI
select HAS_VDD_LC_FILTER_REG1
select HAVE_CST816S
select HAVE_ILI9341
select HAVE_MTD_SPI_NOR

View File

@ -11,5 +11,9 @@ ifneq (,$(filter disp_dev,$(USEMODULE)))
USEMODULE += ili9341
endif
ifneq (,$(filter touch_dev,$(USEMODULE)))
USEMODULE += cst816s
endif
# include common nrf52 dependencies
include $(RIOTBOARD)/common/nrf52/Makefile.dep