diff --git a/content/_index.md b/content/_index.md index 7f99b9a82..d394a6d0e 100755 --- a/content/_index.md +++ b/content/_index.md @@ -37,6 +37,8 @@ More Workshops Here you can follow the current status of the new chip support in various Espressif SDKs and frameworks. {{< article link="/pages/chip-support-status/esp32c61/" >}} +
+{{< article link="/pages/chip-support-status/esp32c5/" >}}
{{< button href="events/" target="_self" >}} diff --git a/content/pages/chip-support-status/esp32c5/featured-esp32-c5.webp b/content/pages/chip-support-status/esp32c5/featured-esp32-c5.webp new file mode 100644 index 000000000..4005fef18 Binary files /dev/null and b/content/pages/chip-support-status/esp32c5/featured-esp32-c5.webp differ diff --git a/content/pages/chip-support-status/esp32c5/index.md b/content/pages/chip-support-status/esp32c5/index.md new file mode 100644 index 000000000..b15265cc1 --- /dev/null +++ b/content/pages/chip-support-status/esp32c5/index.md @@ -0,0 +1,40 @@ +--- +title: "ESP32-C5 v1.0 support status" +date: 2025-04-24 +--- + +**Last updated:** {{< chipstatus contentPath="persist/chip-support-status/esp32c5.json" jsonKey="timestamp" >}} + +This page lists the projects in which the ESP32-C5 v1.0 is supported. + +To show the status of features, the following icons are used: + +- :white_check_mark: Supported feature +- :hourglass_flowing_sand: Unsupported feature (IDF-1234) + - \"IDF-1234\" indicates an internal issue reference to help us keep this list up to date +- :question: Support status unknown + - Such status issues will be checked and fixed shortly + +This page will be periodically updated to reflect the current support status for the ESP32-C5 v1.0. + +{{< alert >}} + Some links provided below might appear invalid due to being generated as placeholders for documents to be added later. +{{< /alert >}} + + +## ESP-IDF + +Now the master branch contains the latest preview support for ESP32-C5 v1.0. Until a full support version is released, please update to the HEAD of master branch to develop with v1.0 chips. + +If you would like to try features with the early samples of the ESP32-C5 v0.1, please refer to the [ESP32-C5 v0.1 support status page](https://github.com/espressif/esp-idf/issues/14021). + +If you have an issue to report about any of the ESP32-C5 features, please create an issue in the [ESP-IDF GitHub issue tracker](https://github.com/espressif/esp-idf/issues). + +{{< chipstatus contentPath="persist/chip-support-status/esp32c5.json" jsonKey="idf" >}} + + +## Other Projects + +If you have an issue to report about any of the ESP32-C5 features, please create an issue in the issue tracker of a respective project. + +{{< chipstatus contentPath="persist/chip-support-status/esp32c5.json" jsonKey="other_proj" >}}