Skip to content

Commit 9e3d011

Browse files
jadhavrohit924pull[bot]
authored andcommitted
[ESP32] Update ESP-IDF in CHIP to v4.4.1 release (#17601)
1 parent 50afff0 commit 9e3d011

File tree

10 files changed

+21
-21
lines changed

10 files changed

+21
-21
lines changed

examples/all-clusters-app/esp32/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -56,26 +56,26 @@ The VSCode devcontainer has these components pre-installed, so you can skip this
5656
step. To install these components manually, follow these steps:
5757

5858
- Clone the Espressif ESP-IDF and checkout
59-
[v4.4 release](https://github.com/espressif/esp-idf/releases/tag/v4.4)
59+
[v4.4.1 release](https://github.com/espressif/esp-idf/releases/tag/v4.4.1)
6060

6161
```
6262
$ mkdir ${HOME}/tools
6363
$ cd ${HOME}/tools
6464
$ git clone https://github.com/espressif/esp-idf.git
6565
$ cd esp-idf
66-
$ git checkout v4.4
66+
$ git checkout v4.4.1
6767
$ git submodule update --init
6868
$ ./install.sh
6969
$ . ./export.sh
7070
```
7171

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

7474
```
7575
$ cd ~/tools/esp-idf
7676
$ git fetch origin
77-
$ git checkout v4.4
78-
$ git reset --hard origin/v4.4
77+
$ git checkout v4.4.1
78+
$ git reset --hard origin/v4.4.1
7979
$ git submodule update --init
8080
$ git clean -fdx
8181
$ ./install.sh

examples/bridge-app/esp32/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,14 @@ The VSCode devcontainer has these components pre-installed, so you can skip this
8686
step. To install these components manually, follow these steps:
8787

8888
- Clone the Espressif ESP-IDF and checkout
89-
[v4.4 release](https://github.com/espressif/esp-idf/releases/tag/v4.4)
89+
[v4.4.1 release](https://github.com/espressif/esp-idf/releases/tag/v4.4.1)
9090

9191
```
9292
$ mkdir ${HOME}/tools
9393
$ cd ${HOME}/tools
9494
$ git clone https://github.com/espressif/esp-idf.git
9595
$ cd esp-idf
96-
$ git checkout v4.4
96+
$ git checkout v4.4.1
9797
$ git submodule update --init
9898
$ ./install.sh
9999
```

examples/ipv6only-app/esp32/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ The VSCode devcontainer has these components pre-installed, so you can skip this
2121
step. To install these components manually, follow these steps:
2222

2323
- Clone the Espressif ESP-IDF and checkout
24-
[v4.4 release](https://github.com/espressif/esp-idf/releases/tag/v4.4)
24+
[v4.4.1 release](https://github.com/espressif/esp-idf/releases/tag/v4.4.1)
2525

2626
```
2727
$ mkdir ${HOME}/tools
2828
$ cd ${HOME}/tools
2929
$ git clone https://github.com/espressif/esp-idf.git
3030
$ cd esp-idf
31-
$ git checkout v4.4
31+
$ git checkout v4.4.1
3232
$ git submodule update --init
3333
$ ./install.sh
3434
```

examples/lighting-app/esp32/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ The VSCode devcontainer has these components pre-installed, so you can skip this
3333
step. To install these components manually, follow these steps:
3434

3535
- Clone the Espressif ESP-IDF and checkout
36-
[v4.4 release](https://github.com/espressif/esp-idf/releases/tag/v4.4)
36+
[v4.4.1 release](https://github.com/espressif/esp-idf/releases/tag/v4.4.1)
3737

3838
$ mkdir ${HOME}/tools
3939
$ cd ${HOME}/tools
4040
$ git clone https://github.com/espressif/esp-idf.git
4141
$ cd esp-idf
42-
$ git checkout v4.4
42+
$ git checkout v4.4.1
4343
$ git submodule update --init
4444
$ ./install.sh
4545

examples/lock-app/esp32/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ The VSCode devcontainer has these components pre-installed, so you can skip this
2424
step. To install these components manually, follow these steps:
2525

2626
- Clone the Espressif ESP-IDF and checkout
27-
[v4.4 release](https://github.com/espressif/esp-idf/releases/tag/v4.4)
27+
[v4.4.1 release](https://github.com/espressif/esp-idf/releases/tag/v4.4.1)
2828

2929
$ mkdir ${HOME}/tools
3030
$ cd ${HOME}/tools
3131
$ git clone https://github.com/espressif/esp-idf.git
3232
$ cd esp-idf
33-
$ git checkout v4.4
33+
$ git checkout v4.4.1
3434
$ git submodule update --init
3535
$ ./install.sh
3636

examples/persistent-storage/esp32/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ The VSCode devcontainer has these components pre-installed, so you can skip this
4343
step. To install these components manually, follow these steps:
4444

4545
- Clone the Espressif ESP-IDF and checkout
46-
[v4.4 release](https://github.com/espressif/esp-idf/releases/tag/v4.4)
46+
[v4.4.1 release](https://github.com/espressif/esp-idf/releases/tag/v4.4.1)
4747

4848
$ mkdir ${HOME}/tools
4949
$ cd ${HOME}/tools
5050
$ git clone https://github.com/espressif/esp-idf.git
5151
$ cd esp-idf
52-
$ git checkout v4.4
52+
$ git checkout v4.4.1
5353
$ git submodule update --init
5454
$ ./install.sh
5555

examples/pigweed-app/esp32/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ The VSCode devcontainer has these components pre-installed, so you can skip this
3636
step. To install these components manually, follow these steps:
3737

3838
- Clone the Espressif ESP-IDF and checkout
39-
[v4.4 release](https://github.com/espressif/esp-idf/releases/tag/v4.4)
39+
[v4.4.1 release](https://github.com/espressif/esp-idf/releases/tag/v4.4.1)
4040

4141
$ mkdir ${HOME}/tools
4242
$ cd ${HOME}/tools
4343
$ git clone https://github.com/espressif/esp-idf.git
4444
$ cd esp-idf
45-
$ git checkout v4.4
45+
$ git checkout v4.4.1
4646
$ git submodule update --init
4747
$ ./install.sh
4848

examples/temperature-measurement-app/esp32/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ The VSCode devcontainer has these components pre-installed, so you can skip this
2424
step. To install these components manually, follow these steps:
2525

2626
- Clone the Espressif ESP-IDF and checkout
27-
[v4.4 release](https://github.com/espressif/esp-idf/releases/tag/v4.4)
27+
[v4.4.1 release](https://github.com/espressif/esp-idf/releases/tag/v4.4.1)
2828

2929
$ mkdir ${HOME}/tools
3030
$ cd ${HOME}/tools
3131
$ git clone https://github.com/espressif/esp-idf.git
3232
$ cd esp-idf
33-
$ git checkout v4.4
33+
$ git checkout v4.4.1
3434
$ git submodule update --init
3535
$ ./install.sh
3636

integrations/docker/images/chip-build-esp32/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN set -x \
1010
&& : # last line
1111

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

1616
FROM connectedhomeip/chip-build:${VERSION}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.65 Added zap tool into vscode image
1+
0.5.66 Version bump reason: Update ESP-IDF to v4.4.1 release

0 commit comments

Comments
 (0)