mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
docs: Changed the version of idf from 4.4.1 to 4.4.2
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
@@ -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 ..
|
||||
|
||||
|
||||
@@ -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>`__.
|
||||
|
||||
Reference in New Issue
Block a user