1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-30 17:01:19 +01:00
RIOT/boards/pinetime/Makefile.dep
2025-03-20 16:10:09 +01:00

20 lines
432 B
Makefile

# Use Segger's RTT unless another stdio_% is already used
ifneq (,$(filter stdio_default,$(USEMODULE)))
USEMODULE += stdio_rtt
endif
ifneq (,$(filter mtd,$(USEMODULE)))
USEMODULE += mtd_spi_nor
endif
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