Skip to content
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

Merged
merged 3 commits into from
Sep 11, 2023
Merged

Use esp idf v5.1.1 #171

merged 3 commits into from
Sep 11, 2023

Conversation

sam-golioth
Copy link
Contributor

@sam-golioth sam-golioth commented Sep 8, 2023

Update to latest version of ESP-IDF

Fixes golioth/firmware-issue-tracker#237

@github-actions
Copy link

github-actions bot commented Sep 8, 2023

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

@sam-golioth sam-golioth changed the title Use esp idf 5 1 1 Use esp idf v5.1.1 Sep 8, 2023
@sam-golioth
Copy link
Contributor Author

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.

@sam-golioth sam-golioth marked this pull request as ready for review September 8, 2023 15:40
@sam-golioth sam-golioth added the DNM Do Not Merge label Sep 9, 2023
Copy link
Contributor

@hasheddan hasheddan left a 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>
Copy link
Contributor

@hasheddan hasheddan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@sam-golioth sam-golioth merged commit 6ca656c into main Sep 11, 2023
13 checks passed
@sam-golioth sam-golioth deleted the use_esp_idf_5_1_1 branch September 11, 2023 23:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants