Merge branch 'docs_fixes' into 'main'

docs: Changed the version of idf from 4.4.1 to 4.4.2

See merge request app-frameworks/esp-matter!230
This commit is contained in:
Shu Chen
2022-11-29 14:11:23 +08:00
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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 <https://docs.espressif.com/projects/esp-idf/en/v4.4.1/esp32/get-started/index.html#step-1-install-prerequisites>`__ for ESP IDF.
- Please see `Prerequisites <https://docs.espressif.com/projects/esp-idf/en/v4.4.2/esp32/get-started/index.html#step-1-install-prerequisites>`__ for ESP IDF.
- Please get the `Prerequisites <https://github.com/project-chip/connectedhomeip/blob/master/docs/guides/BUILDING.md#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 ..
+3 -3
View File
@@ -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 <https://docs.espressif.com/projects/esp-idf/en/v4.4.1/security/secure-boot.html>`__.
`secure_boot <https://docs.espressif.com/projects/esp-idf/en/v4.4.2/security/secure-boot.html>`__.
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 <https://docs.espressif.com/projects/esp-idf/en/v4.4.1/security/flash-encryption.html>`__.
`flash_encryption <https://docs.espressif.com/projects/esp-idf/en/v4.4.2/security/flash-encryption.html>`__.
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 <https://docs.espressif.com/projects/esp-idf/en/v4.4.1/api-reference/storage/nvs_flash.html#nvs-encryption>`__.
`nvs_encryption <https://docs.espressif.com/projects/esp-idf/en/v4.4.2/api-reference/storage/nvs_flash.html#nvs-encryption>`__.