Skip to content

Commit

Permalink
feat: add spi_slave/sender
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Jan 16, 2024
1 parent 4689b05 commit d0fba50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ for APP in $APPS; do
done

build latest examples/peripherals/i2c/i2c_simple "esp32 esp32s2 esp32s3 esp32c2 esp32c3 esp32c6 esp32h2 esp32p4"
build latest examples/peripherals/spi_slave/sender "esp32 esp32s2 esp32s3 esp32c2 esp32c3 esp32c6 esp32h2 esp32p4"
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 d0fba50

Please sign in to comment.