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:
parent
fcfc15e199
commit
f46b0c2da3
@ -1,3 +1,5 @@
|
||||
USEMODULE += boards_common_esp32
|
||||
|
||||
ifneq (,$(filter saul_default,$(USEMODULE)))
|
||||
USEMODULE += saul_gpio
|
||||
endif
|
||||
|
@ -1,3 +1 @@
|
||||
USEMODULE += boards_common_esp32
|
||||
|
||||
include $(RIOTBOARD)/common/esp32/Makefile.dep
|
||||
|
@ -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)))
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,3 @@
|
||||
USEMODULE += boards_common_esp32
|
||||
USEMODULE += esp_spi_ram
|
||||
|
||||
include $(RIOTBOARD)/common/esp32/Makefile.dep
|
||||
|
@ -1,3 +1 @@
|
||||
USEMODULE += boards_common_esp32
|
||||
|
||||
include $(RIOTBOARD)/common/esp32/Makefile.dep
|
||||
|
@ -1,3 +1 @@
|
||||
USEMODULE += boards_common_esp32
|
||||
|
||||
include $(RIOTBOARD)/common/esp32/Makefile.dep
|
||||
|
Loading…
Reference in New Issue
Block a user