2019-12-18 13:10:34 +01:00
|
|
|
ifneq (,$(filter esp32_ttgo_t_beam_v1_0,$(USEMODULE)))
|
|
|
|
FEATURES_REQUIRED += periph_i2c
|
|
|
|
endif
|
|
|
|
|
2020-02-04 22:28:59 +01:00
|
|
|
USEMODULE += boards_common_esp32
|
|
|
|
|
2019-04-29 12:23:38 +02:00
|
|
|
include $(RIOTBOARD)/common/esp32/Makefile.dep
|