Skip to content
Snippets Groups Projects
Unverified Commit 7414ddb5 authored by Martine Lenders's avatar Martine Lenders Committed by GitHub
Browse files

Merge pull request #10663 from gschorcht/cpu_esp_common

cpu: esp_common added for common modules of ESP SoCs
parents e07ea98b 797a894e
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
*/
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment