Skip to content
Snippets Groups Projects
Commit a3525004 authored by Gunar Schorcht's avatar Gunar Schorcht
Browse files

cpu/esp_common: added for common files for ESP SoC

parent 8449324c
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
MODULE = cpu MODULE = cpu
# Add a list of subdirectories, that should also be built: # Add a list of subdirectories, that should also be built:
DIRS += $(RIOTCPU)/esp_common
DIRS += periph DIRS += periph
DIRS += freertos DIRS += freertos
DIRS += vendor DIRS += vendor
...@@ -14,10 +15,6 @@ ifneq (, $(filter esp_eth, $(USEMODULE))) ...@@ -14,10 +15,6 @@ ifneq (, $(filter esp_eth, $(USEMODULE)))
DIRS += esp-eth DIRS += esp-eth
endif endif
ifneq (, $(filter esp_now, $(USEMODULE)))
DIRS += esp-now
endif
ifneq (, $(filter esp_wifi, $(USEMODULE))) ifneq (, $(filter esp_wifi, $(USEMODULE)))
DIRS += esp-wifi DIRS += esp-wifi
endif endif
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
MODULE = cpu MODULE = cpu
# Add a list of subdirectories, that should also be built: # Add a list of subdirectories, that should also be built:
DIRS += $(RIOTCPU)/esp_common
DIRS += periph DIRS += periph
DIRS += sdk DIRS += sdk
DIRS += vendor DIRS += vendor
......
# add a list of subdirectories, that should also be build
ifneq (, $(filter esp_now, $(USEMODULE)))
DIRS += esp-now
endif
include $(RIOTBASE)/Makefile.base
/**
* @defgroup cpu_esp_common ESP Common
* @brief Common modules for Espressif ESP SoCs
* @ingroup cpu
*/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment