arduino-esp32 icon indicating copy to clipboard operation
arduino-esp32 copied to clipboard

Support for ESP32-C61 (with PSRAM)

Open TD-er opened this issue 1 year ago • 5 comments

Related area

SoC support

Hardware specification

Support for ESP32-C61

Is your feature request related to a problem?

As announced new SoC by Espressif: https://www.espressif.com/en/news/ESP32-C61_SoC

Describe the solution you'd like

Please add support for the PSRAM in the ESP32-C61 (as of now the only in the C-series with PSRAM)

Describe alternatives you've considered

No response

Additional context

No response

I have checked existing list of Feature requests and the Contribution Guide

  • [X] I confirm I have checked existing list of Feature requests and Contribution Guide.

TD-er avatar Jan 11 '24 21:01 TD-er

  • Chip and modules must be first produced
  • Support needs to be added to ESP-IDF
  • Arduino needs to start tracking the IDF version that has support

When the above becomes reality, we can add support for it :)

me-no-dev avatar Jan 12 '24 10:01 me-no-dev

Gimme!

lbernstone avatar Jan 12 '24 14:01 lbernstone

When the above becomes reality, we can add support for it :)

Hmm why can't we do "DDD" (Demand Driven Development), so we implement support for a not even announced chip and Espressif will follow our implementation :)

J/K of course. I think 2024 will be a busy year for implementing support of all already announced products but with no silicon yet (ESP32-C5 / P4 / C61 / H2 Now with the well structured ESP-IDF 5.x it has become a lot simpler to implement support for a new platform.

TD-er avatar Jan 12 '24 15:01 TD-er

Ah is there some test silicon available?

TD-er avatar Mar 11 '24 20:03 TD-er

Hello @TD-er,

thanks for opening a ticket, you are fast! :)

We will start first with ESP32-P4, it will be fully supported by ESP-IDF v5.3, which will be released at the middle of this year. We will soon open an issue to track progress on ESP32-P4.

ESP32-C5 & ESP32-C61 will have preview support in ESP-IDF v5.3 and full support in v5.4 so there is still time to start working on it and we do not have HW yet.

I hope it will answer your questions.

I have assigned this task to 3.2.0 milestone.

VojtechBartoska avatar Mar 12 '24 16:03 VojtechBartoska