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

ESP32: Upgrade to IDFv5 #3569

Merged
merged 7 commits into from
Jan 30, 2024
Merged

ESP32: Upgrade to IDFv5 #3569

merged 7 commits into from
Jan 30, 2024

Commits on Jan 30, 2024

  1. Initial migration to IDFv5.0

    Plenty of dependency adjustments, printf format specificier updates,
    FreeRTOS type and macro name modernisation, not to mention API changes.
    
    Still plenty of legacy/deprecated drivers in use which will need updating.
    
    The following features have been removed due to no longer being available
    from the IDF:
      - ADC hall effect sensor reading
      - Configuration of SD SPI host via sdmmc module (now must be done first
        via the spimaster module)
      - FAT partition selection on external SD cards; only the first FAT
        partition is supported by the IDF now
    
    On the other hand, the eth module now supports the following new chipsets:
      - KSZ8001
      - KSZ8021
      - KSZ8031
      - KSZ8051
      - KSZ8061
      - KSZ8091
      - Possibly additional models in the LAN87xx series (the IDF docs aren't
        clear on precisely which models are handled)
    
    Further, the sdmmc module is now available on the ESP32-S3 as well.
    jmattsson committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    eb6356f View commit details
    Browse the repository at this point in the history
  2. Remove old cryptography package lock.

    This workaround is no longer needed nor desired.
    jmattsson committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    12f0463 View commit details
    Browse the repository at this point in the history
  3. Upgrade to IDF v5.0.2

    With minor update required to our spi module.
    jmattsson committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    b536736 View commit details
    Browse the repository at this point in the history
  4. fix: mqtt module

    serg3295 authored and jmattsson committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    47ea2bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb72b54 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f725786 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ca5acdb View commit details
    Browse the repository at this point in the history