esp-rs / esp32-hal

A hardware abstraction layer for the esp32 written in Rust.
Apache License 2.0
192 stars 28 forks source link

I2S support is missing #78

Open JasonKleban opened 2 years ago

JasonKleban commented 2 years ago

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?

MabezDev commented 2 years ago

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