From 67b678fefd0700437cf93af545de052fa626f9b3 Mon Sep 17 00:00:00 2001 From: Ankur Date: Fri, 25 Nov 2022 19:47:13 +0530 Subject: [PATCH] docs: Changed the version of idf from 4.4.1 to 4.4.2 --- .gitlab-ci.yml | 2 +- docs/en/developing.rst | 4 ++-- docs/en/production.rst | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ebe91b793..49ac6685b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -147,7 +147,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 477647136..56633340a 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 `__.