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

Commits on Sep 11, 2023

  1. examples: esp-idf: enable size optimizations

    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>
    sam-golioth committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    683c3f0 View commit details
    Browse the repository at this point in the history
  2. ci: build with esp-idf v5.1.1

    v5.1.1 is the latest version of ESP-IDF
    
    Signed-off-by: Sam Friedman <sam@golioth.io>
    sam-golioth committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    86ff989 View commit details
    Browse the repository at this point in the history
  3. readmes: update supported ESP-IDF version to 5.1.1

    Update README instructions to match latest supported version of ESP-IDF
    
    Signed-off-by: Sam Friedman <sam@golioth.io>
    sam-golioth committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    919d29f View commit details
    Browse the repository at this point in the history