1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/esp32: Move inclusion of boards_common_esp32 to common file

This commit is contained in:
Leandro Lanzieri 2020-03-10 14:25:48 +01:00
parent fcfc15e199
commit f46b0c2da3
No known key found for this signature in database
GPG Key ID: 39607DE6080007A3
7 changed files with 2 additions and 11 deletions

View File

@ -1,3 +1,5 @@
USEMODULE += boards_common_esp32
ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += saul_gpio
endif

View File

@ -1,3 +1 @@
USEMODULE += boards_common_esp32
include $(RIOTBOARD)/common/esp32/Makefile.dep

View File

@ -1,7 +1,5 @@
PSEUDOMODULES += olimex_esp32_gateway
USEMODULE += boards_common_esp32
# enables esp_eth as default network device
# cannot be done in Makefile.dep since Makefile.dep is included too late
ifneq (,$(filter netdev_default gnrc_netdev_default,$(USEMODULE)))

View File

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

View File

@ -1,4 +1,3 @@
USEMODULE += boards_common_esp32
USEMODULE += esp_spi_ram
include $(RIOTBOARD)/common/esp32/Makefile.dep

View File

@ -1,3 +1 @@
USEMODULE += boards_common_esp32
include $(RIOTBOARD)/common/esp32/Makefile.dep

View File

@ -1,3 +1 @@
USEMODULE += boards_common_esp32
include $(RIOTBOARD)/common/esp32/Makefile.dep