1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-15 09:33:50 +01:00
2020-02-07 13:21:22 +01:00

8 lines
177 B
Makefile

ifneq (,$(filter esp32_ttgo_t_beam_v1_0,$(USEMODULE)))
FEATURES_REQUIRED += periph_i2c
endif
USEMODULE += boards_common_esp32
include $(RIOTBOARD)/common/esp32/Makefile.dep