Update Espressif examples for Managed Component publish #699
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.
Although it is already closed, this PR addresses #697 and updates the published Espressif wolfSSH Managed Component.
See the wolfSSL
scripts
for publishing details. I'll reference this PR when I submit the updates there.There was an interim update of wolfSSL that had a test but not a fix for interleaved HW/SW that could under certain circumstances be problematic for both SSH and SRP. This was fixed in wolfSSL/wolfssl#7535 and wolfSSL/wolfssl#7505.
Once updated after the 5.7.0 wolfSSL release, the wolfSSL Managed Component needed to be updated as well.
There's a new wolfSSL 5.7.1 preview release, published to wolfssl/versions/5.7.1-preview2d. Note this is not the default version that appears at the wolfSSL Managed Components Home Page, since it is not a formal release. (wolfSSL 5.7.1 is not a wolfSSL version as of today).
I would have called it something like
5.7.0+Rev1
but I could not get that syntax to work with the Espressif site, even though it is vali according to https://semver.org/.Various issues addressed here:
CMakeFiles.txt
to be a bit more robust and consistent with other similar files elsewhere.void* args = {0};
instead offunc_args args = {0};
The known-working, post-release Managed Components are:
wolfSSH
: https://components.espressif.com/components/wolfssl/wolfssh/versions/1.4.17-preview1m5and
wolfSSL
: https://components.espressif.com/components/wolfssl/wolfssl/versions/5.7.1-preview2d?language=enI expect the next product release versions will be a bit more graceful.