esp32-hal icon indicating copy to clipboard operation
esp32-hal copied to clipboard

I2S support is missing

Open JasonKleban opened this issue 4 years ago • 1 comments

I would like to use i2s to DMA audio from, say, an INMP441. I expect to see i2s support alongside i2c and spi, or under peripherals, but I don't. Is it yet unimplemented or is it implemented elsewhere? Or is i2s somehow not like those others such that it does not require hal support?

JasonKleban avatar Jan 08 '22 13:01 JasonKleban

This hal does not currently have a driver for the i2s peripheral.

MabezDev avatar Jan 09 '22 17:01 MabezDev