Skip to content

Commit

Permalink
ESP32: Update esp-idf to v5.1.2 (#30920)
Browse files Browse the repository at this point in the history
  • Loading branch information
sayondeep authored Dec 11, 2023
1 parent 574dfd5 commit c4dd75e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integrations/docker/images/base/chip-build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
28 : [NXP] Add support for RW61x SDK
29 : [ESP] Update esp-idf to v5.1.2
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN set -x \
&& : # last line

RUN set -x \
&& git clone --recursive -b v5.1.1 --depth 1 --shallow-submodule https://github.com/espressif/esp-idf.git /tmp/esp-idf \
&& git clone --recursive -b v5.1.2 --depth 1 --shallow-submodule https://github.com/espressif/esp-idf.git /tmp/esp-idf \
&& : # last line

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

0 comments on commit c4dd75e

Please sign in to comment.