Skip to content

Commit 1bbbdd9

Browse files
authored
feat: add chip support status for esp32c5 (#473)
* feat: add chip support status for esp32c5 * chore: change some paragraphs according to comments
1 parent d2e3dd0 commit 1bbbdd9

File tree

3 files changed

+42
-0
lines changed

3 files changed

+42
-0
lines changed

content/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ More Workshops
3737
Here you can follow the current status of the new chip support in various Espressif SDKs and frameworks.
3838

3939
{{< article link="/pages/chip-support-status/esp32c61/" >}}
40+
<br>
41+
{{< article link="/pages/chip-support-status/esp32c5/" >}}
4042

4143
<br>
4244
{{< button href="events/" target="_self" >}}
95.7 KB
Loading
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: "ESP32-C5 v1.0 support status"
3+
date: 2025-04-24
4+
---
5+
6+
**Last updated:** {{< chipstatus contentPath="persist/chip-support-status/esp32c5.json" jsonKey="timestamp" >}}
7+
8+
This page lists the projects in which the ESP32-C5 v1.0 is supported.
9+
10+
To show the status of features, the following icons are used:
11+
12+
- :white_check_mark: Supported feature
13+
- :hourglass_flowing_sand: Unsupported feature (IDF-1234)
14+
- \"IDF-1234\" indicates an internal issue reference to help us keep this list up to date
15+
- :question: Support status unknown
16+
- Such status issues will be checked and fixed shortly
17+
18+
This page will be periodically updated to reflect the current support status for the ESP32-C5 v1.0.
19+
20+
{{< alert >}}
21+
Some links provided below might appear invalid due to being generated as placeholders for documents to be added later.
22+
{{< /alert >}}
23+
24+
25+
## ESP-IDF
26+
27+
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.
28+
29+
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).
30+
31+
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).
32+
33+
{{< chipstatus contentPath="persist/chip-support-status/esp32c5.json" jsonKey="idf" >}}
34+
35+
36+
## Other Projects
37+
38+
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.
39+
40+
{{< chipstatus contentPath="persist/chip-support-status/esp32c5.json" jsonKey="other_proj" >}}

0 commit comments

Comments
 (0)