1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2026-01-01 01:41:18 +01:00
RIOT/boards/ruuvitag/Makefile.dep
2025-03-20 16:10:09 +01:00

15 lines
353 B
Makefile

ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += saul_gpio
USEMODULE += bme280_spi
USEMODULE += lis2dh12_spi
endif
# Use Segger's RTT unless another stdio_% is already used
ifneq (,$(filter stdio_default,$(USEMODULE)))
USEMODULE += stdio_rtt
endif
USEMODULE += boards_common_nrf52xxxdk
include $(RIOTBOARD)/common/nrf52/Makefile.dep