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