File tree 3 files changed +10
-10
lines changed
integrations/docker/images
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -13,27 +13,27 @@ step.
13
13
14
14
### Install Prerequisites
15
15
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 )
18
18
19
- ### Get IDF v4.4.3
19
+ ### Get IDF v4.4.4
20
20
21
21
- 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 )
23
23
24
24
```
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
26
26
$ cd esp-idf
27
27
$ ./install.sh
28
28
```
29
29
30
- - To update an existing esp-idf toolchain to v4.4.3 :
30
+ - To update an existing esp-idf toolchain to v4.4.4 :
31
31
32
32
```
33
33
$ cd path/to/esp-idf
34
34
$ 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
37
37
$ git submodule update --recursive --init
38
38
$ git clean -fdx
39
39
$ ./install.sh
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RUN set -x \
10
10
&& : # last line
11
11
12
12
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 \
14
14
&& : # last line
15
15
16
16
FROM connectedhomeip/chip-build:${VERSION}
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments