Skip to main content

This site is a preview for github.com/espressif/developer-portal/pull/730

Featured image for ESP32-C5 v1.0 status

ESP32-C5 v1.0 status

·1 min·
Table of Contents

Last updated: Loading...

The ESP32-C5-DevKitC-1-N8R4 development board is now available for purchase.

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:

  • ✅ Supported feature
  • ⏳ Unsupported feature (IDF-1234)
    • "IDF-1234" indicates an internal issue reference to help us keep this list up to date
  • ❓ 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.

Some links provided below might appear invalid due to being generated as placeholders for documents to be added later.

ESP-IDF
#

The initial mass production support for ESP32-C5 (v1.0) has been released in ESP-IDF v5.5.2.

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.

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.

Loading...

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.

Loading...

Related

Introduction to ESP FOURCC

·5 mins
This article explores ESP FOURCC standard based on FOURCC (Four Character Code), a standardized 32-bit identifier used in multimedia for format consistency, reducing conversion overhead and debugging complexity. It highlights Espressif implementation in ESP-GMF, where esp_fourcc.h defines FOURCC values for video, audio, container, image, and pixel formats, optimizing efficiency in embedded systems.