-
Notifications
You must be signed in to change notification settings - Fork 11
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
Use esp idf v5.1.1 #171
Use esp idf v5.1.1 #171
Conversation
Visit the preview URL for this PR (updated for commit 919d29f): https://golioth-firmware-sdk-doxygen-dev--pr171-use-esp-idf-5-9itl6lvr.web.app (expires Mon, 18 Sep 2023 04:16:37 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: a9993e61697a3983f3479e468bcb0b616f9a0578 |
Currently blocked by #163. The new version of ESP-IDF enables additional compiler warnings, and that causes the build to fail on some uninitialized variables in libcoap. The compiler warnings are fixed in the version of libcoap that is brought in by #163. A passing test run can be seen in #172 which has both these changes and the libcoap changes. |
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.
#163 is now merged 👍🏻
Previously, enabling size optimizations would cause a compiler error. The error has been fixed in newer versions of ESP-IDF, so we can re-enable size optimizations. See espressif/esp-idf#10322 Signed-off-by: Sam Friedman <sam@golioth.io>
v5.1.1 is the latest version of ESP-IDF Signed-off-by: Sam Friedman <sam@golioth.io>
Update README instructions to match latest supported version of ESP-IDF Signed-off-by: Sam Friedman <sam@golioth.io>
5ae78b8
to
919d29f
Compare
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.
LGTM!
Update to latest version of ESP-IDF
Fixes golioth/firmware-issue-tracker#237