Page 1 of 1

What version of IDF will support ESP32-S3

Posted: Sun Aug 22, 2021 2:06 am
by OllieK
I have been using IDF 4.3 on VSC for many months. It works well for ESP32 and ESP32-S2. When I am selecting ESP32-S3 as target, VSC gives me error messages and I have not yet found a workaround. Should I wait for IDF 4.4 or do something special with IDF 4.3.

My intention is to build some S3 code even before having ESP32-S3-DevKitC-1 on my hands.

Re: What version of IDF will support ESP32-S3

Posted: Sun Aug 22, 2021 3:31 am
by Victoria Nope
There should be no changes to the public API, but you should definitely wait for v4.4 release and build your project with it because the ESP32-S3 support is not ready yet.

So from the API standpoint you may prepare your project, but build it for proper device target after v4.4 gets released.