Clarify WOLFSSL_ROOT location for ESP8266 make builds #7636
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Applies only to ESP8266
make
builds.Adds clarification in
wolfssl_client
example for Espressif ESP8266 builds on how theWOLFSSL_ROOT
value should be used (relative, not absolute), in both the README andcomponent.mk
file comments.Replaces spaces with tabs in project
Makefile
Also updates
.gitignore
to explicitly:Makefile
andcomponent.mk
files in the/IDE/Espressif
path.sdkconfig.debug
andsdkconfig.release
files, also in the/IDE/Espressif
path.To aid in identification of path used, addition details are printed at build time. For example:
Edit:
I've added 20e0e12 as a separate commit to exclude ESP8266 binaries from source files generated by autogen & build process. This allows a freshly cloned wolfssl to be used during RTOS SDK
make
without these files:Once this PR approved, I will create a separate PR for the other examples.
Fixes zd# 18102
Testing
How did you test?
Tested only for the ESP8266, and only manually for in-place, and relocated
wolfssl_client
build with RTOS SDKmake
builds.Checklist