Skip to content

Commit

Permalink
ESP32: Update ESP-IDF in CHIP to v4.4-beta1 pre-release (#13112)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrishi authored Dec 18, 2021
1 parent c46fc9b commit 2862a1a
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 24 deletions.
6 changes: 3 additions & 3 deletions examples/all-clusters-app/esp32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ the riscv-esp32-elf toolchain for ESP32C3 modules.
The VSCode devcontainer has these components pre-installed, so you can skip this
step. To install these components manually, follow these steps:

- Clone the Espressif ESP-IDF and checkout branch
[release/v4.4](https://github.com/espressif/esp-idf/tree/release/v4.4)
- Clone the Espressif ESP-IDF and checkout
[v4.4-beta1 pre-release](https://github.com/espressif/esp-idf/releases/tag/v4.4-beta1)

$ mkdir ${HOME}/tools
$ cd ${HOME}/tools
$ git clone https://github.com/espressif/esp-idf.git
$ cd esp-idf
$ git checkout release/v4.4
$ git checkout v4.4-beta1
$ git submodule update --init
$ ./install.sh

Expand Down
6 changes: 3 additions & 3 deletions examples/bridge-app/esp32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@ Development Framework and the xtensa-esp32-elf toolchain.
The VSCode devcontainer has these components pre-installed, so you can skip this
step. To install these components manually, follow these steps:

- Clone the Espressif ESP-IDF and checkout branch
[release/v4.4](https://github.com/espressif/esp-idf/tree/release/v4.4)
- Clone the Espressif ESP-IDF and checkout
[v4.4-beta1 pre-release](https://github.com/espressif/esp-idf/releases/tag/v4.4-beta1)

$ mkdir ${HOME}/tools
$ cd ${HOME}/tools
$ git clone https://github.com/espressif/esp-idf.git
$ cd esp-idf
$ git checkout release/v4.4
$ git checkout v4.4-beta1
$ git submodule update --init
$ ./install.sh

Expand Down
6 changes: 3 additions & 3 deletions examples/ipv6only-app/esp32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ Development Framework and the xtensa-esp32-elf toolchain.
The VSCode devcontainer has these components pre-installed, so you can skip this
step. To install these components manually, follow these steps:

- Clone the Espressif ESP-IDF and checkout branch
[release/v4.4](https://github.com/espressif/esp-idf/tree/release/v4.4)
- Clone the Espressif ESP-IDF and checkout
[v4.4-beta1 pre-release](https://github.com/espressif/esp-idf/releases/tag/v4.4-beta1)

$ mkdir ${HOME}/tools
$ cd ${HOME}/tools
$ git clone https://github.com/espressif/esp-idf.git
$ cd esp-idf
$ git checkout release/v4.4
$ git checkout v4.4-beta1
$ git submodule update --init
$ ./install.sh

Expand Down
6 changes: 3 additions & 3 deletions examples/lock-app/esp32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ Development Framework and the xtensa-esp32-elf toolchain.
The VSCode devcontainer has these components pre-installed, so you can skip this
step. To install these components manually, follow these steps:

- Clone the Espressif ESP-IDF and checkout branch
[release/v4.4](https://github.com/espressif/esp-idf/tree/release/v4.4)
- Clone the Espressif ESP-IDF and checkout
[v4.4-beta1 pre-release](https://github.com/espressif/esp-idf/releases/tag/v4.4-beta1)

$ mkdir ${HOME}/tools
$ cd ${HOME}/tools
$ git clone https://github.com/espressif/esp-idf.git
$ cd esp-idf
$ git checkout release/v4.4
$ git checkout v4.4-beta1
$ git submodule update --init
$ ./install.sh

Expand Down
6 changes: 3 additions & 3 deletions examples/persistent-storage/esp32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ Development Framework and the xtensa-esp32-elf toolchain.
The VSCode devcontainer has these components pre-installed, so you can skip this
step. To install these components manually, follow these steps:

- Clone the Espressif ESP-IDF and checkout branch
[release/v4.4](https://github.com/espressif/esp-idf/tree/release/v4.4)
- Clone the Espressif ESP-IDF and checkout
[v4.4-beta1 pre-release](https://github.com/espressif/esp-idf/releases/tag/v4.4-beta1)

$ mkdir ${HOME}/tools
$ cd ${HOME}/tools
$ git clone https://github.com/espressif/esp-idf.git
$ cd esp-idf
$ git checkout release/v4.4
$ git checkout v4.4-beta1
$ git submodule update --init
$ ./install.sh

Expand Down
6 changes: 3 additions & 3 deletions examples/pigweed-app/esp32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ Development Framework and the xtensa-esp32-elf toolchain.
The VSCode devcontainer has these components pre-installed, so you can skip this
step. To install these components manually, follow these steps:

- Clone the Espressif ESP-IDF and checkout branch
[release/v4.4](https://github.com/espressif/esp-idf/tree/release/v4.4)
- Clone the Espressif ESP-IDF and checkout
[v4.4-beta1 pre-release](https://github.com/espressif/esp-idf/releases/tag/v4.4-beta1)

$ mkdir ${HOME}/tools
$ cd ${HOME}/tools
$ git clone https://github.com/espressif/esp-idf.git
$ cd esp-idf
$ git checkout release/v4.4
$ git checkout v4.4-beta1
$ git submodule update --init
$ ./install.sh

Expand Down
6 changes: 3 additions & 3 deletions examples/temperature-measurement-app/esp32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ Development Framework and the xtensa-esp32-elf toolchain.
The VSCode devcontainer has these components pre-installed, so you can skip this
step. To install these components manually, follow these steps:

- Clone the Espressif ESP-IDF and checkout branch
[release/v4.4](https://github.com/espressif/esp-idf/tree/release/v4.4)
- Clone the Espressif ESP-IDF and checkout
[v4.4-beta1 pre-release](https://github.com/espressif/esp-idf/releases/tag/v4.4-beta1)

$ mkdir ${HOME}/tools
$ cd ${HOME}/tools
$ git clone https://github.com/espressif/esp-idf.git
$ cd esp-idf
$ git checkout release/v4.4
$ git checkout v4.4-beta1
$ git submodule update --init
$ ./install.sh

Expand Down
3 changes: 1 addition & 2 deletions integrations/docker/images/chip-build-esp32/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ RUN set -x \
&& : # last line

RUN set -x \
&& git clone --recursive -b release/v4.4 https://github.com/espressif/esp-idf.git /tmp/esp-idf \
&& git -C /tmp/esp-idf checkout f23dcd3555cd59dfd44f4d7fbf2242c9827f91f1 \
&& git clone --recursive -b v4.4-beta1 https://github.com/espressif/esp-idf.git /tmp/esp-idf \
&& : # last line

FROM connectedhomeip/chip-build:${VERSION}
Expand Down
2 changes: 1 addition & 1 deletion integrations/docker/images/chip-build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.40 Version bump reason: nRF Connect SDK update
0.5.41 Version bump reason: ESP-IDF update to v4.4-beta1 pre-release

0 comments on commit 2862a1a

Please sign in to comment.