Merge branch 'update/idf_version_5.2.2' into 'main'

idf: update idf version 5.2.3

See merge request app-frameworks/esp-matter!827
This commit is contained in:
Shu Chen
2024-11-12 10:03:32 +08:00
20 changed files with 184 additions and 56 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ Cloning esp-idf:
::
git clone --recursive https://github.com/espressif/esp-idf.git
cd esp-idf; git checkout v5.2.1; git submodule update --init --recursive;
cd esp-idf; git checkout v5.2.3; git submodule update --init --recursive;
./install.sh
cd ..
+1 -1
View File
@@ -1,7 +1,7 @@
5. Security Considerations
==========================
{IDF_TARGET_RELEASE:default="v5.2.1"}
{IDF_TARGET_RELEASE:default="v5.2.3"}
5.1 Overview
------------