QUERY · ISSUE
ESP32 I2S master clock support
enhancement
It appears that the I2S class does not currently support a I2S DAC that requires a master clock.
BTW: What is easiest workaround to use ES7134LV with micropython?
CANDIDATE · PULL REQUEST
Enable I2S for ESP32C6 (ESP32_GENERIC_C6)
port-esp32
Summary
The ESP32_GENERIC_C6 firmware doesn't support I2S. This PR enables I2S support.
Fixes: https://github.com/orgs/micropython/discussions/17151
Testing
The I2S import works but I'm yet to test that the audio actually works. But, according to @steve1780 who also custom built the firmware it worked for him: https://github.com/orgs/micropython/discussions/17151#discussioncomment-12925674