cpu/esp8266: Move common modules fo Makefile.dep
This commit is contained in:
parent
afc0ad4d57
commit
58320c943e
@ -2,6 +2,17 @@
|
|||||||
|
|
||||||
include $(RIOTCPU)/esp_common/Makefile.dep
|
include $(RIOTCPU)/esp_common/Makefile.dep
|
||||||
|
|
||||||
|
USEMODULE += esp_idf_esp8266
|
||||||
|
USEMODULE += esp_idf_nvs_flash
|
||||||
|
USEMODULE += esp_idf_spi_flash
|
||||||
|
USEMODULE += esp_idf_util
|
||||||
|
USEMODULE += esp_idf_wpa_supplicant_crypto
|
||||||
|
USEMODULE += esp_sdk
|
||||||
|
USEMODULE += mtd
|
||||||
|
USEMODULE += newlib
|
||||||
|
USEMODULE += periph_common
|
||||||
|
USEMODULE += ps
|
||||||
|
|
||||||
ifneq (,$(filter periph_i2c,$(USEMODULE)))
|
ifneq (,$(filter periph_i2c,$(USEMODULE)))
|
||||||
USEMODULE += esp_i2c_sw
|
USEMODULE += esp_i2c_sw
|
||||||
USEMODULE += periph_i2c_sw
|
USEMODULE += periph_i2c_sw
|
||||||
|
|||||||
@ -28,17 +28,6 @@ TARGET_ARCH ?= xtensa-esp8266-elf
|
|||||||
|
|
||||||
PSEUDOMODULES += esp_sw_timer
|
PSEUDOMODULES += esp_sw_timer
|
||||||
|
|
||||||
USEMODULE += esp_idf_esp8266
|
|
||||||
USEMODULE += esp_idf_nvs_flash
|
|
||||||
USEMODULE += esp_idf_spi_flash
|
|
||||||
USEMODULE += esp_idf_util
|
|
||||||
USEMODULE += esp_idf_wpa_supplicant_crypto
|
|
||||||
USEMODULE += esp_sdk
|
|
||||||
USEMODULE += mtd
|
|
||||||
USEMODULE += newlib
|
|
||||||
USEMODULE += periph_common
|
|
||||||
USEMODULE += ps
|
|
||||||
|
|
||||||
INCLUDES += -I$(RIOTCPU)/$(CPU)
|
INCLUDES += -I$(RIOTCPU)/$(CPU)
|
||||||
INCLUDES += -I$(RIOTCPU)/$(CPU)/include
|
INCLUDES += -I$(RIOTCPU)/$(CPU)/include
|
||||||
INCLUDES += -I$(RIOTCPU)/$(CPU)/vendor
|
INCLUDES += -I$(RIOTCPU)/$(CPU)/vendor
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user