Skip to content

Commit de63cba

Browse files
dhrishipull[bot]
authored andcommitted
ESP32: Upgrade to ESP-IDF release v4.4.4 (#26182)
1 parent 8bd72b2 commit de63cba

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

docs/guides/esp32/setup_idf_chip.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,27 @@ step.
1313

1414
### Install Prerequisites
1515

16-
- [Linux](https://docs.espressif.com/projects/esp-idf/en/v4.4.3/esp32/get-started/linux-setup.html)
17-
- [macOS](https://docs.espressif.com/projects/esp-idf/en/v4.4.3/esp32/get-started/macos-setup.html)
16+
- [Linux](https://docs.espressif.com/projects/esp-idf/en/v4.4.4/esp32/get-started/linux-setup.html)
17+
- [macOS](https://docs.espressif.com/projects/esp-idf/en/v4.4.4/esp32/get-started/macos-setup.html)
1818

19-
### Get IDF v4.4.3
19+
### Get IDF v4.4.4
2020

2121
- Clone ESP-IDF
22-
[v4.4.3 release](https://github.com/espressif/esp-idf/releases/tag/v4.4.3)
22+
[v4.4.4 release](https://github.com/espressif/esp-idf/releases/tag/v4.4.4)
2323

2424
```
25-
$ git clone -b v4.4.3 --recursive https://github.com/espressif/esp-idf.git
25+
$ git clone -b v4.4.4 --recursive https://github.com/espressif/esp-idf.git
2626
$ cd esp-idf
2727
$ ./install.sh
2828
```
2929
30-
- To update an existing esp-idf toolchain to v4.4.3:
30+
- To update an existing esp-idf toolchain to v4.4.4:
3131
3232
```
3333
$ cd path/to/esp-idf
3434
$ git fetch origin
35-
$ git checkout v4.4.3
36-
$ git reset --hard origin/v4.4.3
35+
$ git checkout v4.4.4
36+
$ git reset --hard origin/v4.4.4
3737
$ git submodule update --recursive --init
3838
$ git clean -fdx
3939
$ ./install.sh

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.3 --depth 1 --shallow-submodule https://github.com/espressif/esp-idf.git /tmp/esp-idf \
13+
&& git clone --recursive -b v4.4.4 --depth 1 --shallow-submodule 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.7.0 Version bump reason: [Android] Use NDK r23c and OpenSSL 1.1.1t
1+
0.7.1 Version bump reason: [ESP32] Update ESP-IDF to v4.4.4 release

0 commit comments

Comments
 (0)