mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 22:13:52 +01:00
10 lines
206 B
Makefile
10 lines
206 B
Makefile
ifneq (,$(filter esp32_ttgo_t_beam_v1_0,$(USEMODULE)))
|
|
FEATURES_REQUIRED += periph_i2c
|
|
endif
|
|
|
|
ifneq (,$(filter saul_default,$(USEMODULE)))
|
|
USEMODULE += saul_gpio
|
|
endif
|
|
|
|
USEMODULE += boards_common_esp32
|