mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
Few documentation fixes
- Added some docs for attribute and identify callback - mfg_tool: Add the sourcing of esp-idf's export.sh script - Added the link for getting the repository in top level README.md - Table for Matter specification version and release branches - FAQ for stuck at "Solving dependencies requirements" - Change the link and doc in rainmaker example
This commit is contained in:
@@ -7,10 +7,24 @@
|
||||
|
||||
Espressif's SDK for Matter is the official Matter development framework for ESP32 series SoCs. It is built on top of the [open source Matter SDK](https://github.com/project-chip/connectedhomeip/), and provides simplified APIs, commonly used peripherals, tools and utilities for security, manufacturing and production accompanied by exhaustive documentation. It includes rich production references, aimed to simplify the development process of Matter products and enable the users to go to production in the shortest possible time.
|
||||
|
||||
|
||||
[Supported Device Types](SUPPORTED_DEVICE_TYPES.md)
|
||||
|
||||
|
||||
## Supported Matter specification versions
|
||||
|
||||
| Matter Specification Version | Supported Branch |
|
||||
|:----------------------------:|:-------------------------------------------------------------------------:|
|
||||
| v1.0 | [release/v1.0](https://github.com/espressif/esp-matter/tree/release/v1.0) |
|
||||
| v1.1 | [release/v1.1](https://github.com/espressif/esp-matter/tree/release/v1.1) |
|
||||
| v1.2 (Ongoing effort) | [main](https://github.com/espressif/esp-matter/tree/main) |
|
||||
|
||||
|
||||
## Getting the repositories
|
||||
|
||||
For efficient cloning of the ESP-Matter repository, please refer
|
||||
[Getting the Repositories](https://docs.espressif.com/projects/esp-matter/en/latest/esp32/developing.html#getting-the-repositories)
|
||||
section in the ESP-Matter Programming Guide.
|
||||
|
||||
## Supported ESP-IDF and connectedhomeip versions
|
||||
|
||||
- This SDK currently works with [5b4f800](https://github.com/project-chip/connectedhomeip/commit/5b4f8004662d00bdb111367fec7d3ea978c23372) of connectedhomeip.
|
||||
@@ -23,7 +37,7 @@ Refer the [Programming Guide](https://docs.espressif.com/projects/esp-matter/en/
|
||||
|
||||
|
||||
## Matter Specifications
|
||||
Download the Matter 1.0 specifications from [CSA's official site](https://csa-iot.org/developer-resource/specifications-download-request/)
|
||||
Download the Matter specification from [CSA's official site](https://csa-iot.org/developer-resource/specifications-download-request/)
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user