esp-rs / esp32-hal

A hardware abstraction layer for the esp32 written in Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I2S support is missing

JasonKleban opened this issue · 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?

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