-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial wolfMQTT Espressif ESP32 template and AWS IoT examples #388
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Over to @embhorn
IDE/Espressif/README.md
Outdated
|
||
## Component Manager | ||
|
||
[These files](./component-manager/README.md) are use internally by wolfSSL to publish components to the [Espressif ESP Registry](https://components.espressif.com/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are USED internally
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch on the readme file! I've made that correction & also added some updates to .gitignore
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a blocker for this PR, but would it be feasible to add a GitHub workflow to CI test the ESP32 build?
Yes, I've been wanting to do just that. I'll reach out to @bandi13 and coordinate that. |
I've added #390 that implements the most basic of ESP32 build tests. |
Adds initial Espressif ESP32 examples for either stand-alone or managed components as published at the ESP Registry.
See also the development ESP Registry Staging Site.
Code is published with the scripts
/espressif/wolfssl_component_publish.sh [path]
script..gitignore
See wolfSSL/wolfssl#6234 for a roadmap of Espressif improvements.