Building in I2S support #9151
-
I am trying to build a ESP32 binary with I2S support. According to the micropython website, it is available as a "technical preview" . However, when I build from the latest code, there is no I2S module in the build, I searched and I cannot find a definition of what a "technical preview" is , how to download it, or how to build that version. As a noobie, I have no clue where to look and I am not really finding a startup guide that would walk me through this kind of issue. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
I think it gets built by default for the ESP versions that support it? Seems to be in my build atleast:
|
Beta Was this translation helpful? Give feedback.
-
It is enabled on ESP32 for all builds and boards except the ESP32C3. Is that what you have? I do not know why it isn't enabled on the C3... I know the C3 does have an I2S peripheral. It's possible that support wasn't added until a later IDF version, or possibly just an oversight. |
Beta Was this translation helpful? Give feedback.
-
Is there any possible the config file disabled |
Beta Was this translation helpful? Give feedback.
It is enabled on ESP32 for all builds and boards except the ESP32C3. Is that what you have?
I do not know why it isn't enabled on the C3... I know the C3 does have an I2S peripheral. It's possible that support wasn't added until a later IDF version, or possibly just an oversight.