Shu Chen 3401f14266 Merge branch 'bugfix/fix-build-error-for-bluedroid' into 'main'
bluedroid: fix build error for bluedroid

See merge request app-frameworks/esp-matter!215
2022-10-31 18:08:51 +08:00
2021-10-25 17:40:18 +08:00
2022-05-28 07:39:41 +08:00
2022-10-28 21:03:11 +08:00
2022-05-27 21:47:31 +08:00
2021-10-25 17:41:36 +08:00
2022-05-28 07:39:41 +08:00
2021-08-11 20:19:49 +05:30

Espressif's SDK for Matter

Introduction

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, 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.

Get the repository

Please clone this repository using the below command:

git clone --recursive https://github.com/espressif/esp-matter.git

Note the --recursive option. This is required to pull in the various dependencies into esp-matter. In case you have already cloned the repository without this option, execute this to pull in the submodules: git submodule update --init --recursive

Supported ESP-IDF and connectedhomeip versions

  • This SDK currently works with commit 4f7669b0 in v1.0 branch of connectedhomeip.
  • For Wi-Fi devices (ESP32, ESP32-C3, ESP32-S3), ESP-IDF v4.4.2 release is required.
  • For Thread devices (ESP32-H2) and Zigbee Bridge example, ESP-IDF release/v5.0 branch at commit 20949d44 should be used.

Documentation

Refer the Programming Guide for the latest version of the documentation.

S
Description
No description provided
Readme Apache-2.0 852 MiB
Languages
C++ 82.8%
Python 9.8%
C 4.4%
CMake 1.7%
Jinja 0.9%
Other 0.4%