- Notifications
You must be signed in to change notification settings - Fork7.8k
fix(matter_docs): fixes the Matter features table for the ESP32-C5#12152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Conversation
👋Hello SuGlider, we appreciate your contribution to this project! 📘 Please review the project'sContributions Guide for key guidelines on code, documentation, testing, and more. 🖊️ Please also make sure you haveread and signed theContributor License Agreement for this project. Click to see more instructions ...
Review and merge process you can expect ...
|
lucasssvaz commentedDec 19, 2025
Shouldn't we also update the table in libraries.rst ? |
Description of Change
ESP32-C5 has been configured in Lib Builder to support Matter over Thread (no WiFi).
This is due to restrictions of SRAM space when running Thread + WiFi and Matter all together as done for the ESP32-C6.
This is fixed in all ESP32 Arduino Matter README,md files for the examples.
Test Scenarios
CI only
Related links
None