Skip to content

Commit

Permalink
feat: add examples/peripherals/rmt/led_strip
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Mar 19, 2024
1 parent b1b0b78 commit ca5180b
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 @@ -49,3 +49,4 @@ build latest examples/peripherals/spi_slave/sender "$ALL_CHIPS"
build latest components/mbedtls/test_apps "$ALL_CHIPS"
build latest components/hal/test_apps/crypto "$ALL_CHIPS"
build latest components/esp_psram/test_apps/psram "esp32 esp32s2 esp32s3 esp32p4"
build latest examples/peripherals/rmt/led_strip "$ALL_CHIPS"
2 changes: 2 additions & 0 deletions config/examples/peripherals/rmt/led_strip/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 ca5180b

Please sign in to comment.