diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ec75a5f15..9108f57fa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,7 +71,7 @@ variables: - cd ${CI_PROJECT_DIR} - git clone ${ESP_THREAD_BR_REPO_URL} - cd ${BR_PATH}/examples/basic_thread_border_router - - git checkout 25cfe641 + - git checkout f03f1ca - idf.py set-target esp32s3 - idf.py build @@ -164,7 +164,7 @@ build_esp_matter_examples_pytest_C6_idf_v5_1: when: always expire_in: 4 days variables: - IDF_VERSION: "ea5e0ff298e6257b31d8e0c81435e6d3937f04c7" + IDF_VERSION: "v5.1.1" script: - cd ${ESP_MATTER_PATH} - pip install -r tools/ci/requirements-build.txt @@ -197,7 +197,7 @@ build_esp_matter_examples_pytest_H2_idf_v5_1: when: always expire_in: 4 days variables: - IDF_VERSION: "ea5e0ff298e6257b31d8e0c81435e6d3937f04c7" + IDF_VERSION: "v5.1.1" script: - *setup_ot_rcp - *setup_ot_br @@ -221,7 +221,7 @@ build_esp_matter_examples_non_pytest_idf_v5_1: when: always expire_in: 4 days variables: - IDF_VERSION: "ea5e0ff298e6257b31d8e0c81435e6d3937f04c7" + IDF_VERSION: "v5.1.1" script: - *build_external_platform_example - cd ${ESP_MATTER_PATH} diff --git a/README.md b/README.md index a2c8345c8..6ae6db8c4 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Espressif's SDK for Matter is the official Matter development framework for ESP3 - This SDK currently works with [v1.1-branch](https://github.com/project-chip/connectedhomeip/tree/v1.1-branch) 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(preview) and ESP32-C6(preview) and Zigbee Bridge example, ESP-IDF branch at [commit ea5e0ff](https://github.com/espressif/esp-idf/tree/ea5e0ff) in branch release/v5.1 should be used. +- 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. ## Documentation diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 0de309d90..614b09a61 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,7 @@ +# 29-August-2023 + +- `ot_storage` partition is no longer required for Thread devices as the mechanism for storing data related to the Thread network has been changed in the `openthread` component in ESP-IDF. + # 14-April-2023 #### *Changed how attribute data is stored in NVS* diff --git a/docs/en/developing.rst b/docs/en/developing.rst index ccc17b79b..5fe91265b 100644 --- a/docs/en/developing.rst +++ b/docs/en/developing.rst @@ -62,7 +62,7 @@ For using VSCode for development, please check `Developing in WSL =5.0.0"