Skip to content

Adds I2S mclk support to audiobusio.I2SOut for the Espressif port #8570 #8571

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

Merged
merged 1 commit into from
Nov 9, 2023

Conversation

lookfwd
Copy link

@lookfwd lookfwd commented Nov 9, 2023

Fixes #8570.

In this commit, we address the issue of NotImplementedError: main_clock that occurs when attempting to use ESP32-S3 with the SGTL5000 audio codec. The problem arises when using the I2SOut functionality. To resolve this, we have ported an implementation similar to the mimxrt10xx's to the ESP32-S3 platform. Additionally, we have updated the common_hal_audiobusio_i2sout_deinit function in the same file to ensure proper cleanup.

@lookfwd lookfwd changed the title Espressif: I2S mclk support #8570 Adds I2S mclk support to audiobusio.I2SOut for the Espressif port #8570 Nov 9, 2023
@dhalbert
Copy link
Collaborator

dhalbert commented Nov 9, 2023

@lookfwd has reported this works with the built artifact.

@dhalbert dhalbert linked an issue Nov 9, 2023 that may be closed by this pull request
Copy link
Collaborator

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

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

Thank you!

@dhalbert dhalbert merged commit 3ca9802 into adafruit:main Nov 9, 2023
@tannewt
Copy link
Member

tannewt commented Nov 9, 2023

Thank you!

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.

Add I2S mclk support to audiobusio.I2SOut for the Espressif port
3 participants