From 1765357ce0e89d07ac97b611afbb2027ee025f86 Mon Sep 17 00:00:00 2001 From: Hrishikesh Dhayagude Date: Thu, 3 Feb 2022 04:34:36 +0530 Subject: [PATCH] ESP32: Update ESP-IDF in CHIP to v4.4 release (#14377) --- examples/all-clusters-app/esp32/README.md | 4 ++-- examples/bridge-app/esp32/README.md | 4 ++-- examples/ipv6only-app/esp32/README.md | 4 ++-- examples/lighting-app/esp32/README.md | 4 ++-- examples/lock-app/esp32/README.md | 4 ++-- examples/persistent-storage/esp32/README.md | 4 ++-- examples/pigweed-app/esp32/README.md | 4 ++-- examples/temperature-measurement-app/esp32/README.md | 4 ++-- integrations/docker/images/chip-build-esp32/Dockerfile | 2 +- integrations/docker/images/chip-build/version | 2 +- 10 files changed, 18 insertions(+), 18 deletions(-) diff --git a/examples/all-clusters-app/esp32/README.md b/examples/all-clusters-app/esp32/README.md index cfb88c5606f70d..3f051fd1400d4e 100644 --- a/examples/all-clusters-app/esp32/README.md +++ b/examples/all-clusters-app/esp32/README.md @@ -42,13 +42,13 @@ The VSCode devcontainer has these components pre-installed, so you can skip this step. To install these components manually, follow these steps: - Clone the Espressif ESP-IDF and checkout - [v4.4-beta1 pre-release](https://github.com/espressif/esp-idf/releases/tag/v4.4-beta1) + [v4.4 release](https://github.com/espressif/esp-idf/releases/tag/v4.4) $ mkdir ${HOME}/tools $ cd ${HOME}/tools $ git clone https://github.com/espressif/esp-idf.git $ cd esp-idf - $ git checkout v4.4-beta1 + $ git checkout v4.4 $ git submodule update --init $ ./install.sh diff --git a/examples/bridge-app/esp32/README.md b/examples/bridge-app/esp32/README.md index 3e04f1bb30aad2..963ae595bece86 100644 --- a/examples/bridge-app/esp32/README.md +++ b/examples/bridge-app/esp32/README.md @@ -84,13 +84,13 @@ The VSCode devcontainer has these components pre-installed, so you can skip this step. To install these components manually, follow these steps: - Clone the Espressif ESP-IDF and checkout - [v4.4-beta1 pre-release](https://github.com/espressif/esp-idf/releases/tag/v4.4-beta1) + [v4.4 release](https://github.com/espressif/esp-idf/releases/tag/v4.4) $ mkdir ${HOME}/tools $ cd ${HOME}/tools $ git clone https://github.com/espressif/esp-idf.git $ cd esp-idf - $ git checkout v4.4-beta1 + $ git checkout v4.4 $ git submodule update --init $ ./install.sh diff --git a/examples/ipv6only-app/esp32/README.md b/examples/ipv6only-app/esp32/README.md index c19ceb5b7db0e4..21972720729bd9 100644 --- a/examples/ipv6only-app/esp32/README.md +++ b/examples/ipv6only-app/esp32/README.md @@ -21,13 +21,13 @@ The VSCode devcontainer has these components pre-installed, so you can skip this step. To install these components manually, follow these steps: - Clone the Espressif ESP-IDF and checkout - [v4.4-beta1 pre-release](https://github.com/espressif/esp-idf/releases/tag/v4.4-beta1) + [v4.4 release](https://github.com/espressif/esp-idf/releases/tag/v4.4) $ mkdir ${HOME}/tools $ cd ${HOME}/tools $ git clone https://github.com/espressif/esp-idf.git $ cd esp-idf - $ git checkout v4.4-beta1 + $ git checkout v4.4 $ git submodule update --init $ ./install.sh diff --git a/examples/lighting-app/esp32/README.md b/examples/lighting-app/esp32/README.md index 51ca945b63140d..05dc0e97d2d334 100644 --- a/examples/lighting-app/esp32/README.md +++ b/examples/lighting-app/esp32/README.md @@ -32,13 +32,13 @@ The VSCode devcontainer has these components pre-installed, so you can skip this step. To install these components manually, follow these steps: - Clone the Espressif ESP-IDF and checkout - [v4.4-beta1 pre-release](https://github.com/espressif/esp-idf/releases/tag/v4.4-beta1) + [v4.4 release](https://github.com/espressif/esp-idf/releases/tag/v4.4) $ mkdir ${HOME}/tools $ cd ${HOME}/tools $ git clone https://github.com/espressif/esp-idf.git $ cd esp-idf - $ git checkout v4.4-beta1 + $ git checkout v4.4 $ git submodule update --init $ ./install.sh diff --git a/examples/lock-app/esp32/README.md b/examples/lock-app/esp32/README.md index 4fd81bc2bf5d53..8cc35eaf597e8f 100644 --- a/examples/lock-app/esp32/README.md +++ b/examples/lock-app/esp32/README.md @@ -24,13 +24,13 @@ The VSCode devcontainer has these components pre-installed, so you can skip this step. To install these components manually, follow these steps: - Clone the Espressif ESP-IDF and checkout - [v4.4-beta1 pre-release](https://github.com/espressif/esp-idf/releases/tag/v4.4-beta1) + [v4.4 release](https://github.com/espressif/esp-idf/releases/tag/v4.4) $ mkdir ${HOME}/tools $ cd ${HOME}/tools $ git clone https://github.com/espressif/esp-idf.git $ cd esp-idf - $ git checkout v4.4-beta1 + $ git checkout v4.4 $ git submodule update --init $ ./install.sh diff --git a/examples/persistent-storage/esp32/README.md b/examples/persistent-storage/esp32/README.md index 6fdc6f213fb7a8..de6bfc12bfeba1 100644 --- a/examples/persistent-storage/esp32/README.md +++ b/examples/persistent-storage/esp32/README.md @@ -43,13 +43,13 @@ The VSCode devcontainer has these components pre-installed, so you can skip this step. To install these components manually, follow these steps: - Clone the Espressif ESP-IDF and checkout - [v4.4-beta1 pre-release](https://github.com/espressif/esp-idf/releases/tag/v4.4-beta1) + [v4.4 release](https://github.com/espressif/esp-idf/releases/tag/v4.4) $ mkdir ${HOME}/tools $ cd ${HOME}/tools $ git clone https://github.com/espressif/esp-idf.git $ cd esp-idf - $ git checkout v4.4-beta1 + $ git checkout v4.4 $ git submodule update --init $ ./install.sh diff --git a/examples/pigweed-app/esp32/README.md b/examples/pigweed-app/esp32/README.md index 80333a72da5a86..00f71b528486ec 100644 --- a/examples/pigweed-app/esp32/README.md +++ b/examples/pigweed-app/esp32/README.md @@ -36,13 +36,13 @@ The VSCode devcontainer has these components pre-installed, so you can skip this step. To install these components manually, follow these steps: - Clone the Espressif ESP-IDF and checkout - [v4.4-beta1 pre-release](https://github.com/espressif/esp-idf/releases/tag/v4.4-beta1) + [v4.4 release](https://github.com/espressif/esp-idf/releases/tag/v4.4) $ mkdir ${HOME}/tools $ cd ${HOME}/tools $ git clone https://github.com/espressif/esp-idf.git $ cd esp-idf - $ git checkout v4.4-beta1 + $ git checkout v4.4 $ git submodule update --init $ ./install.sh diff --git a/examples/temperature-measurement-app/esp32/README.md b/examples/temperature-measurement-app/esp32/README.md index 13b2e745c6103e..5603eec78054ed 100644 --- a/examples/temperature-measurement-app/esp32/README.md +++ b/examples/temperature-measurement-app/esp32/README.md @@ -24,13 +24,13 @@ The VSCode devcontainer has these components pre-installed, so you can skip this step. To install these components manually, follow these steps: - Clone the Espressif ESP-IDF and checkout - [v4.4-beta1 pre-release](https://github.com/espressif/esp-idf/releases/tag/v4.4-beta1) + [v4.4 release](https://github.com/espressif/esp-idf/releases/tag/v4.4) $ mkdir ${HOME}/tools $ cd ${HOME}/tools $ git clone https://github.com/espressif/esp-idf.git $ cd esp-idf - $ git checkout v4.4-beta1 + $ git checkout v4.4 $ git submodule update --init $ ./install.sh diff --git a/integrations/docker/images/chip-build-esp32/Dockerfile b/integrations/docker/images/chip-build-esp32/Dockerfile index 665cef871285c0..818deca2fa4e49 100644 --- a/integrations/docker/images/chip-build-esp32/Dockerfile +++ b/integrations/docker/images/chip-build-esp32/Dockerfile @@ -10,7 +10,7 @@ RUN set -x \ && : # last line RUN set -x \ - && git clone --recursive -b v4.4-beta1 https://github.com/espressif/esp-idf.git /tmp/esp-idf \ + && git clone --recursive -b v4.4 https://github.com/espressif/esp-idf.git /tmp/esp-idf \ && : # last line FROM connectedhomeip/chip-build:${VERSION} diff --git a/integrations/docker/images/chip-build/version b/integrations/docker/images/chip-build/version index 525be45eb4c957..a1297447e0cb18 100644 --- a/integrations/docker/images/chip-build/version +++ b/integrations/docker/images/chip-build/version @@ -1 +1 @@ -0.5.52 Version bump reason: add python packages to zap image, for use by the python control scripts +0.5.53 Version bump reason: Update ESP-IDF to v4.4 release