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

espressif32 2.0.2 + 2.0.3 support #505

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Mar 19, 2022

  1. espressif32 2.0.2 (and 2.0.x) support

    This PR fixes sound support on recent versions of espressif32 (2.0.0, 2.0.1, 2.0.2 and upcoming versions.
    
    Reason: `I2S_COMM_FORMAT_I2S` and `I2S_COMM_FORMAT_I2S_LSB` are being deprecated and respectively replaced by `I2S_COMM_FORMAT_STAND_I2S` and `I2S_COMM_FORMAT_STAND_MSB`
    
    Additionnally this disables the deprecation warning message.
    tobozo authored Mar 19, 2022
    Configuration menu
    Copy the full SHA
    582ae8d View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2022

  1. Configuration menu
    Copy the full SHA
    c10efdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    377862b View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Configuration menu
    Copy the full SHA
    06a45d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    c46f3d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    70cd8a8 View commit details
    Browse the repository at this point in the history