diff --git a/examples/all-clusters-app/esp32/README.md b/examples/all-clusters-app/esp32/README.md index d3ad156f8ad442..f63bb3ab9d1443 100644 --- a/examples/all-clusters-app/esp32/README.md +++ b/examples/all-clusters-app/esp32/README.md @@ -40,14 +40,14 @@ the riscv-esp32-elf toolchain for ESP32C3 modules. 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 branch - [release/v4.4](https://github.com/espressif/esp-idf/tree/release/v4.4) +- Clone the Espressif ESP-IDF and checkout + [v4.4-beta1 pre-release](https://github.com/espressif/esp-idf/releases/tag/v4.4-beta1) $ mkdir ${HOME}/tools $ cd ${HOME}/tools $ git clone https://github.com/espressif/esp-idf.git $ cd esp-idf - $ git checkout release/v4.4 + $ git checkout v4.4-beta1 $ git submodule update --init $ ./install.sh diff --git a/examples/bridge-app/esp32/README.md b/examples/bridge-app/esp32/README.md index 9a7f3e29fcbf8e..7622731572e944 100644 --- a/examples/bridge-app/esp32/README.md +++ b/examples/bridge-app/esp32/README.md @@ -83,14 +83,14 @@ Development Framework and the xtensa-esp32-elf toolchain. 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 branch - [release/v4.4](https://github.com/espressif/esp-idf/tree/release/v4.4) +- Clone the Espressif ESP-IDF and checkout + [v4.4-beta1 pre-release](https://github.com/espressif/esp-idf/releases/tag/v4.4-beta1) $ mkdir ${HOME}/tools $ cd ${HOME}/tools $ git clone https://github.com/espressif/esp-idf.git $ cd esp-idf - $ git checkout release/v4.4 + $ git checkout v4.4-beta1 $ git submodule update --init $ ./install.sh diff --git a/examples/ipv6only-app/esp32/README.md b/examples/ipv6only-app/esp32/README.md index fa791fe71eba21..4dc6c28355ad88 100644 --- a/examples/ipv6only-app/esp32/README.md +++ b/examples/ipv6only-app/esp32/README.md @@ -20,14 +20,14 @@ Development Framework and the xtensa-esp32-elf toolchain. 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 branch - [release/v4.4](https://github.com/espressif/esp-idf/tree/release/v4.4) +- Clone the Espressif ESP-IDF and checkout + [v4.4-beta1 pre-release](https://github.com/espressif/esp-idf/releases/tag/v4.4-beta1) $ mkdir ${HOME}/tools $ cd ${HOME}/tools $ git clone https://github.com/espressif/esp-idf.git $ cd esp-idf - $ git checkout release/v4.4 + $ git checkout v4.4-beta1 $ git submodule update --init $ ./install.sh diff --git a/examples/lock-app/esp32/README.md b/examples/lock-app/esp32/README.md index f5db4765e063f3..081e98fa914bfa 100644 --- a/examples/lock-app/esp32/README.md +++ b/examples/lock-app/esp32/README.md @@ -23,14 +23,14 @@ Development Framework and the xtensa-esp32-elf toolchain. 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 branch - [release/v4.4](https://github.com/espressif/esp-idf/tree/release/v4.4) +- Clone the Espressif ESP-IDF and checkout + [v4.4-beta1 pre-release](https://github.com/espressif/esp-idf/releases/tag/v4.4-beta1) $ mkdir ${HOME}/tools $ cd ${HOME}/tools $ git clone https://github.com/espressif/esp-idf.git $ cd esp-idf - $ git checkout release/v4.4 + $ git checkout v4.4-beta1 $ git submodule update --init $ ./install.sh diff --git a/examples/persistent-storage/esp32/README.md b/examples/persistent-storage/esp32/README.md index 887eacaad66a20..6fdc6f213fb7a8 100644 --- a/examples/persistent-storage/esp32/README.md +++ b/examples/persistent-storage/esp32/README.md @@ -42,14 +42,14 @@ Development Framework and the xtensa-esp32-elf toolchain. 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 branch - [release/v4.4](https://github.com/espressif/esp-idf/tree/release/v4.4) +- Clone the Espressif ESP-IDF and checkout + [v4.4-beta1 pre-release](https://github.com/espressif/esp-idf/releases/tag/v4.4-beta1) $ mkdir ${HOME}/tools $ cd ${HOME}/tools $ git clone https://github.com/espressif/esp-idf.git $ cd esp-idf - $ git checkout release/v4.4 + $ git checkout v4.4-beta1 $ git submodule update --init $ ./install.sh diff --git a/examples/pigweed-app/esp32/README.md b/examples/pigweed-app/esp32/README.md index fcbcc4011debab..80333a72da5a86 100644 --- a/examples/pigweed-app/esp32/README.md +++ b/examples/pigweed-app/esp32/README.md @@ -35,14 +35,14 @@ Development Framework and the xtensa-esp32-elf toolchain. 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 branch - [release/v4.4](https://github.com/espressif/esp-idf/tree/release/v4.4) +- Clone the Espressif ESP-IDF and checkout + [v4.4-beta1 pre-release](https://github.com/espressif/esp-idf/releases/tag/v4.4-beta1) $ mkdir ${HOME}/tools $ cd ${HOME}/tools $ git clone https://github.com/espressif/esp-idf.git $ cd esp-idf - $ git checkout release/v4.4 + $ git checkout v4.4-beta1 $ 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 15741da9d3621d..b8f1ccad190394 100644 --- a/examples/temperature-measurement-app/esp32/README.md +++ b/examples/temperature-measurement-app/esp32/README.md @@ -23,14 +23,14 @@ Development Framework and the xtensa-esp32-elf toolchain. 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 branch - [release/v4.4](https://github.com/espressif/esp-idf/tree/release/v4.4) +- Clone the Espressif ESP-IDF and checkout + [v4.4-beta1 pre-release](https://github.com/espressif/esp-idf/releases/tag/v4.4-beta1) $ mkdir ${HOME}/tools $ cd ${HOME}/tools $ git clone https://github.com/espressif/esp-idf.git $ cd esp-idf - $ git checkout release/v4.4 + $ git checkout v4.4-beta1 $ 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 59b8f7349db09e..665cef871285c0 100644 --- a/integrations/docker/images/chip-build-esp32/Dockerfile +++ b/integrations/docker/images/chip-build-esp32/Dockerfile @@ -10,8 +10,7 @@ RUN set -x \ && : # last line RUN set -x \ - && git clone --recursive -b release/v4.4 https://github.com/espressif/esp-idf.git /tmp/esp-idf \ - && git -C /tmp/esp-idf checkout f23dcd3555cd59dfd44f4d7fbf2242c9827f91f1 \ + && git clone --recursive -b v4.4-beta1 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 9fbc57d64762bd..560f1be18dc7d7 100644 --- a/integrations/docker/images/chip-build/version +++ b/integrations/docker/images/chip-build/version @@ -1 +1 @@ -0.5.40 Version bump reason: nRF Connect SDK update +0.5.41 Version bump reason: ESP-IDF update to v4.4-beta1 pre-release