Skip to content

Commit

Permalink
[ESP32] Update ESP-IDF in CHIP to v4.4.1 release (#17601)
Browse files Browse the repository at this point in the history
  • Loading branch information
jadhavrohit924 authored Apr 21, 2022
1 parent 3434e28 commit ce32167
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 21 deletions.
10 changes: 5 additions & 5 deletions examples/all-clusters-app/esp32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,26 +56,26 @@ 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 release](https://github.com/espressif/esp-idf/releases/tag/v4.4)
[v4.4.1 release](https://github.com/espressif/esp-idf/releases/tag/v4.4.1)

```
$ mkdir ${HOME}/tools
$ cd ${HOME}/tools
$ git clone https://github.com/espressif/esp-idf.git
$ cd esp-idf
$ git checkout v4.4
$ git checkout v4.4.1
$ git submodule update --init
$ ./install.sh
$ . ./export.sh
```

To update an existing esp-idf toolchain to v4.4:
To update an existing esp-idf toolchain to v4.4.1:

```
$ cd ~/tools/esp-idf
$ git fetch origin
$ git checkout v4.4
$ git reset --hard origin/v4.4
$ git checkout v4.4.1
$ git reset --hard origin/v4.4.1
$ git submodule update --init
$ git clean -fdx
$ ./install.sh
Expand Down
4 changes: 2 additions & 2 deletions examples/bridge-app/esp32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,14 @@ 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 release](https://github.com/espressif/esp-idf/releases/tag/v4.4)
[v4.4.1 release](https://github.com/espressif/esp-idf/releases/tag/v4.4.1)

```
$ mkdir ${HOME}/tools
$ cd ${HOME}/tools
$ git clone https://github.com/espressif/esp-idf.git
$ cd esp-idf
$ git checkout v4.4
$ git checkout v4.4.1
$ git submodule update --init
$ ./install.sh
```
Expand Down
4 changes: 2 additions & 2 deletions examples/ipv6only-app/esp32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ 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 release](https://github.com/espressif/esp-idf/releases/tag/v4.4)
[v4.4.1 release](https://github.com/espressif/esp-idf/releases/tag/v4.4.1)

```
$ mkdir ${HOME}/tools
$ cd ${HOME}/tools
$ git clone https://github.com/espressif/esp-idf.git
$ cd esp-idf
$ git checkout v4.4
$ git checkout v4.4.1
$ git submodule update --init
$ ./install.sh
```
Expand Down
4 changes: 2 additions & 2 deletions examples/lighting-app/esp32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,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 release](https://github.com/espressif/esp-idf/releases/tag/v4.4)
[v4.4.1 release](https://github.com/espressif/esp-idf/releases/tag/v4.4.1)

$ mkdir ${HOME}/tools
$ cd ${HOME}/tools
$ git clone https://github.com/espressif/esp-idf.git
$ cd esp-idf
$ git checkout v4.4
$ git checkout v4.4.1
$ git submodule update --init
$ ./install.sh

Expand Down
4 changes: 2 additions & 2 deletions examples/lock-app/esp32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 release](https://github.com/espressif/esp-idf/releases/tag/v4.4)
[v4.4.1 release](https://github.com/espressif/esp-idf/releases/tag/v4.4.1)

$ mkdir ${HOME}/tools
$ cd ${HOME}/tools
$ git clone https://github.com/espressif/esp-idf.git
$ cd esp-idf
$ git checkout v4.4
$ git checkout v4.4.1
$ git submodule update --init
$ ./install.sh

Expand Down
4 changes: 2 additions & 2 deletions examples/persistent-storage/esp32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 release](https://github.com/espressif/esp-idf/releases/tag/v4.4)
[v4.4.1 release](https://github.com/espressif/esp-idf/releases/tag/v4.4.1)

$ mkdir ${HOME}/tools
$ cd ${HOME}/tools
$ git clone https://github.com/espressif/esp-idf.git
$ cd esp-idf
$ git checkout v4.4
$ git checkout v4.4.1
$ git submodule update --init
$ ./install.sh

Expand Down
4 changes: 2 additions & 2 deletions examples/pigweed-app/esp32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 release](https://github.com/espressif/esp-idf/releases/tag/v4.4)
[v4.4.1 release](https://github.com/espressif/esp-idf/releases/tag/v4.4.1)

$ mkdir ${HOME}/tools
$ cd ${HOME}/tools
$ git clone https://github.com/espressif/esp-idf.git
$ cd esp-idf
$ git checkout v4.4
$ git checkout v4.4.1
$ git submodule update --init
$ ./install.sh

Expand Down
4 changes: 2 additions & 2 deletions examples/temperature-measurement-app/esp32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 release](https://github.com/espressif/esp-idf/releases/tag/v4.4)
[v4.4.1 release](https://github.com/espressif/esp-idf/releases/tag/v4.4.1)

$ mkdir ${HOME}/tools
$ cd ${HOME}/tools
$ git clone https://github.com/espressif/esp-idf.git
$ cd esp-idf
$ git checkout v4.4
$ git checkout v4.4.1
$ git submodule update --init
$ ./install.sh

Expand Down
2 changes: 1 addition & 1 deletion integrations/docker/images/chip-build-esp32/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN set -x \
&& : # last line

RUN set -x \
&& git clone --recursive -b v4.4 https://github.com/espressif/esp-idf.git /tmp/esp-idf \
&& git clone --recursive -b v4.4.1 https://github.com/espressif/esp-idf.git /tmp/esp-idf \
&& : # last line

FROM connectedhomeip/chip-build:${VERSION}
Expand Down
2 changes: 1 addition & 1 deletion integrations/docker/images/chip-build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.65 Added zap tool into vscode image
0.5.66 Version bump reason: Update ESP-IDF to v4.4.1 release

0 comments on commit ce32167

Please sign in to comment.