From 4dd3d534d81f1882c035e21d7cb8ed98f53d2cb0 Mon Sep 17 00:00:00 2001 From: WanqQixiang Date: Fri, 1 Sep 2023 10:52:41 +0800 Subject: [PATCH] docs: Use ESP-IDF v5.1.1 for all the targets --- README.md | 3 +-- docs/en/developing.rst | 17 +++-------------- docs/en/production.rst | 6 +++--- 3 files changed, 7 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 55a867440..195e52db4 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,7 @@ Espressif's SDK for Matter is the official Matter development framework for ESP3 ## Supported ESP-IDF and connectedhomeip versions - This SDK currently works with [5b4f800](https://github.com/project-chip/connectedhomeip/commit/5b4f8004662d00bdb111367fec7d3ea978c23372) of connectedhomeip. -- For ESP32, ESP32-C3, and ESP32-S3, ESP-IDF [v5.0.1 release](https://github.com/espressif/esp-idf/releases/tag/v5.0.1) is required. -- For ESP32-C2, ESP32-H2 and ESP32-C6 and Zigbee Bridge example, ESP-IDF [v5.1.1 release](https://github.com/espressif/esp-idf/releases/tag/v5.1.1) is required. +- For Matter projects development with this SDK, it is recommended to utilize ESP-IDF [v5.1.1 release](https://github.com/espressif/esp-idf/releases/tag/v5.1.1). ## Documentation diff --git a/docs/en/developing.rst b/docs/en/developing.rst index 3db1c13c6..7b2a33e5e 100644 --- a/docs/en/developing.rst +++ b/docs/en/developing.rst @@ -23,7 +23,7 @@ Additionally, we also support developing on Windows Host using WSL. The Prerequisites for ESP-IDF and Matter: -- Please see `Prerequisites `__ for ESP IDF. +- Please see `Prerequisites `__ for ESP IDF. - Please get the `Prerequisites `__ for Matter. @@ -48,17 +48,6 @@ For using VSCode for development, please check `Developing in WSL `__. +`secure_boot `__. 4.4.2 Flash Encryption ~~~~~~~~~~~~~~~~~~~~~~ @@ -204,7 +204,7 @@ allow to write the data to the flash by encrypting it. Both the read/write encryption operations happen transparently. Details about implementing the flash encryption can be found here: -`flash_encryption `__. +`flash_encryption `__. 4.4.3 NVS Encryption ~~~~~~~~~~~~~~~~~~~~ @@ -221,4 +221,4 @@ encryption becomes a mandatory feature to secure the NVS encryption keys. Details about implementing the NVS encryption can be found here: -`nvs_encryption `__. +`nvs_encryption `__.