espressif / svd

SVD files for Espressif devices
Apache License 2.0
56 stars 2 forks source link

I2S1 missing on esp32 #18

Closed sepotvin closed 2 years ago

sepotvin commented 2 years ago

I2S0 is defined as I2S and I2S1 is missing in the esp32 PAC based on the svd for esp32. The same workaround that was created for I2C0 and I2C1 should probably be applied to I2S also.

jessebraham commented 2 years ago

(I have removed my previous comment as it was not helpful or entirely correct)

I apologize @sepotvin I had myself all mixed up when I originally commented.

The SVD currently being used by the ESP32 PAC is not the same one that is found in this repository. The SVD found here has both I2S0 and I2S1 in it.

I have a fork of the repository using the official SVD for the time being, which can be found here: https://github.com/jessebraham/esp32