Skip to content

Commit a8ff6ef

Browse files
Update the esp-idf version to v5.3 release. (#34622)
1 parent 5512b02 commit a8ff6ef

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

docs/guides/esp32/setup_idf_chip.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,25 @@ step.
1313

1414
### Install Prerequisites
1515

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)
1818

1919
### Get IDF v5.1.2
2020

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
2323

2424
```
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
2626
cd esp-idf
2727
./install.sh
2828
```
2929
30-
- To update an existing esp-idf toolchain to v5.1.2:
30+
- To update an existing esp-idf toolchain to v5.3:
3131
3232
```
3333
cd path/to/esp-idf
34-
git fetch --depth 1 origin v5.1.2
34+
git fetch --depth 1 origin v5.3
3535
git reset --hard FETCH_HEAD
3636
git submodule update --depth 1 --recursive --init
3737
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
66 : [Telink] Update Docker image (Zephyr update)
1+
67 : [ESP32] Update esp-idf to v5.3

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN set -x \
1212
&& : # last line
1313

1414
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 \
1616
&& : # last line
1717

1818
FROM ghcr.io/project-chip/chip-build:${VERSION}

0 commit comments

Comments
 (0)