Skip to content

Commit

Permalink
feat: esp32h2 builds
Browse files Browse the repository at this point in the history
we only enable hello_world, since the esp32h2 does not support WiFi
  • Loading branch information
urish committed Sep 22, 2023
1 parent 6f59da5 commit be2d185
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3b748a6cb76c2db7c6368a0dea32a88bc58bc44d
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
espressif/idf@sha256:1670e16046514d828cb2c917e6d9341417fa24fd6c6fde28064245922be43cd0
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cb174b0fe1f150f2ecc2ce87e0f02154405c6677
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
espressif/idf@sha256:ed0100f9e8b3af53a2dfd52cb5fb6eeba0c9d781ae1a75e6073e7400dc99945c
4 changes: 4 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,8 @@ for APP in $APPS; do
build release-v5.0 "$APP" "esp32 esp32s2 esp32s3 esp32c2 esp32c3"
build release-v5.1 "$APP" "esp32 esp32s2 esp32s3 esp32c2 esp32c3"
build latest $APP "esp32 esp32s2 esp32s3 esp32c2 esp32c3 esp32c6"
if [ "$APP" = "examples/get-started/hello_world" ]; then
build release-v5.1 "$APP" "esp32h2"
build latest "$APP" "esp32h2"
fi
done

0 comments on commit be2d185

Please sign in to comment.