Skip to content

Commit

Permalink
docs: Changed the version of idf from 4.4.1 to 4.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankur committed Nov 29, 2022
1 parent 65da485 commit 67b678f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/en/developing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 ..

Expand Down
6 changes: 3 additions & 3 deletions docs/en/production.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -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
~~~~~~~~~~~~~~~~~~~~
Expand All @@ -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>`__.

0 comments on commit 67b678f

Please sign in to comment.