Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/" >}}
<br>
{{< article link="/pages/chip-support-status/esp32c5/" >}}

<br>
{{< button href="events/" target="_self" >}}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions content/pages/chip-support-status/esp32c5/index.md
Original file line number Diff line number Diff line change
@@ -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" >}}