Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
iotivity-lite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
31
Issues
31
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
IoTivity
iotivity-lite
Commits
2105c84f
Commit
2105c84f
authored
Oct 16, 2020
by
Jozef Kralik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
esp32: fix steps for apply patches
parent
9a6becf4
Pipeline
#1179
passed with stage
in 3 minutes and 29 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
port/esp32/README.md
port/esp32/README.md
+3
-3
port/esp32/patches/lwip/IPV6_RECVPKTINFO.patch
port/esp32/patches/lwip/IPV6_RECVPKTINFO.patch
+0
-0
No files found.
port/esp32/README.md
View file @
2105c84f
...
...
@@ -21,10 +21,10 @@ ESP32
## Common steps
-
idf.py set-target esp32
-
idf.py menuconfig // set wifi
, mbedtls
-
idf.py menuconfig // set wifi
-
( cd esp-idf/components/mbedtls/mbedtls && git am ../../../../patches/mbedtls/
*
.patch )
-
( cd esp-idf &&
patch -p1 < ../patches/esp-idf/
*
.patch
)
-
( cd esp-idf/components/lwip/lwip &&
patch -p1 < ../../../../patches/lwip/
*
.patch
)
-
( cd esp-idf &&
find ../patches/esp-idf/ -type f -name '
*
.patch' -exec patch -p1 -i {}
\;
)
-
( cd esp-idf/components/lwip/lwip &&
find ../../../../patches/lwip/ -type f -name '
*
.patch' -exec patch -p1 -i {}
\;
)
-
idf.py build
-
idf.py -p (PORT) flash monitor
...
...
port/esp32/patches/lwip/IPV6_RECVPKTINFO.
diff
→
port/esp32/patches/lwip/IPV6_RECVPKTINFO.
patch
View file @
2105c84f
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment