ESP32-C5 is not in the launch target list in Espressif-IDE
Posted: Fri May 30, 2025 2:11 am
So I have installed the latest Espressif-IDE (Version: 3.4.0 Build id: 20250506-1512)
and the latest toolchain from the ESP-IDF master branch (ESP-IDF v5.5-dev-3951-ga74725a31b).
In the ESP-IDF command line, I was able to set esp32c5 as target with --preview as argument, and build it successfully.
However, in the Espressif-IDE, esp32C5 is not listed as launch target. Is there a way to enable the preview features in Espressif-IDE?
adding a custom target in Espressif-IDE does not resolve the issue. When creating a new launch target, it requires an IDF target, which is a drop down menu with a list of IDF supported targets, and ESP32-C5 is not in the list unfortunately. IDF support of ESP32-C5 is through --preview option
and the latest toolchain from the ESP-IDF master branch (ESP-IDF v5.5-dev-3951-ga74725a31b).
In the ESP-IDF command line, I was able to set esp32c5 as target with --preview as argument, and build it successfully.
However, in the Espressif-IDE, esp32C5 is not listed as launch target. Is there a way to enable the preview features in Espressif-IDE?
adding a custom target in Espressif-IDE does not resolve the issue. When creating a new launch target, it requires an IDF target, which is a drop down menu with a list of IDF supported targets, and ESP32-C5 is not in the list unfortunately. IDF support of ESP32-C5 is through --preview option