File tree 3 files changed +9
-9
lines changed
integrations/docker/images
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -13,25 +13,25 @@ step.
13
13
14
14
### Install Prerequisites
15
15
16
- - [ Linux] ( https://docs.espressif.com/projects/esp-idf/en/v5.1.2 /esp32/get-started/linux-macos-setup.html#for-linux-users )
17
- - [ macOS] ( https://docs.espressif.com/projects/esp-idf/en/v5.1.2 /esp32/get-started/linux-macos-setup.html#for-macos-users )
16
+ - [ Linux] ( https://docs.espressif.com/projects/esp-idf/en/v5.3 /esp32/get-started/linux-macos-setup.html#for-linux-users )
17
+ - [ macOS] ( https://docs.espressif.com/projects/esp-idf/en/v5.3 /esp32/get-started/linux-macos-setup.html#for-macos-users )
18
18
19
19
### Get IDF v5.1.2
20
20
21
- - Clone ESP-IDF [ v5.1.2
22
- release] (https://github.com/espressif/esp-idf/releases/tag/v5.1.2
21
+ - Clone ESP-IDF [ v5.3
22
+ release] (https://github.com/espressif/esp-idf/releases/tag/v5.3
23
23
24
24
```
25
- git clone -b v5.1.2 --recursive --depth 1 --shallow-submodule https://github.com/espressif/esp-idf.git
25
+ git clone -b v5.3 --recursive --depth 1 --shallow-submodule 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 v5.1.2 :
30
+ - To update an existing esp-idf toolchain to v5.3 :
31
31
32
32
```
33
33
cd path/to/esp-idf
34
- git fetch --depth 1 origin v5.1.2
34
+ git fetch --depth 1 origin v5.3
35
35
git reset --hard FETCH_HEAD
36
36
git submodule update --depth 1 --recursive --init
37
37
Original file line number Diff line number Diff line change 1
- 66 : [Telink ] Update Docker image (Zephyr update)
1
+ 67 : [ESP32 ] Update esp-idf to v5.3
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ RUN set -x \
12
12
&& : # last line
13
13
14
14
RUN set -x \
15
- && git clone --recursive -b v5.1.2 --depth 1 --shallow-submodule https://github.com/espressif/esp-idf.git /tmp/esp-idf \
15
+ && git clone --recursive -b v5.3 --depth 1 --shallow-submodule https://github.com/espressif/esp-idf.git /tmp/esp-idf \
16
16
&& : # last line
17
17
18
18
FROM ghcr.io/project-chip/chip-build:${VERSION}
You can’t perform that action at this time.
0 commit comments