Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RIOT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cm-projects
RIOT
Commits
a3525004
Commit
a3525004
authored
6 years ago
by
Gunar Schorcht
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
cpu/esp32/Makefile
+1
-4
1 addition, 4 deletions
cpu/esp32/Makefile
cpu/esp8266/Makefile
+1
-0
1 addition, 0 deletions
cpu/esp8266/Makefile
cpu/esp_common/Makefile
+6
-0
6 additions, 0 deletions
cpu/esp_common/Makefile
cpu/esp_common/doc.txt
+5
-0
5 additions, 0 deletions
cpu/esp_common/doc.txt
with
13 additions
and
4 deletions
cpu/esp32/Makefile
+
1
−
4
View file @
a3525004
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
cpu/esp8266/Makefile
+
1
−
0
View file @
a3525004
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
cpu/esp_common/Makefile
0 → 100644
+
6
−
0
View file @
a3525004
# add a list of subdirectories, that should also be build
ifneq
(, $(filter esp_now, $(USEMODULE)))
DIRS
+=
esp-now
endif
include
$(RIOTBASE)/Makefile.base
This diff is collapsed.
Click to expand it.
cpu/esp_common/doc.txt
0 → 100644
+
5
−
0
View file @
a3525004
/**
* @defgroup cpu_esp_common ESP Common
* @brief Common modules for Espressif ESP SoCs
* @ingroup cpu
*/
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment