diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c97c33b4d..5e983b2ae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -150,7 +150,7 @@ variables: # update caches only when setup succeed - *update_build_caches variables: - IDF_VERSION: "v4.4.1" + IDF_VERSION: "v4.4.2" REPOS_PATH: "$CI_PROJECT_DIR/repos" IDF_CCACHE_ENABLE: 1 diff --git a/docs/en/developing.rst b/docs/en/developing.rst index 6ff080e8d..83e9cf6ba 100644 --- a/docs/en/developing.rst +++ b/docs/en/developing.rst @@ -21,7 +21,7 @@ host. Linux and Mac OS-X are the supported development hosts in Matter, the reco 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. 2.1.2 Getting the Repositories @@ -32,7 +32,7 @@ The Prerequisites for ESP-IDF and Matter: :: git clone --recursive https://github.com/espressif/esp-idf.git - cd esp-idf; git checkout v4.4.1; git submodule update --init --recursive; + cd esp-idf; git checkout v4.4.2; git submodule update --init --recursive; ./install.sh cd .. diff --git a/docs/en/production.rst b/docs/en/production.rst index b2bd468a6..4933ef9d7 100644 --- a/docs/en/production.rst +++ b/docs/en/production.rst @@ -138,7 +138,7 @@ verified software boot loader then checks the partition table and verifies the active application firmware and then boots it. Details about implementing the secure boot can be found here: -`secure_boot `__. +`secure_boot `__. 4.4.2 Flash Encryption ~~~~~~~~~~~~~~~~~~~~~~ @@ -152,7 +152,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 ~~~~~~~~~~~~~~~~~~~~ @@ -169,4 +169,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 `__.