Skip to content

Commit

Permalink
feat: add i2c_simple
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Jan 10, 2024
1 parent 8bca418 commit a348e1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ for APP in $APPS; do
build latest "$APP" "esp32h2 esp32p4"
fi
done

build latest examples/peripherals/i2c/i2c_simple "esp32 esp32s2 esp32s3 esp32c2 esp32c3 esp32c6 esp32h2 esp32p4"
2 changes: 2 additions & 0 deletions config/examples/peripherals/i2c/i2c_simple/sdkconfig.defaults
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CONFIG_APP_REPRODUCIBLE_BUILD=y
# CONFIG_APP_COMPILE_TIME_DATE is not set

0 comments on commit a348e1e

Please sign in to comment.