Skip to content

Commit

Permalink
feat: add esp_driver_gpio test binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Jul 5, 2024
1 parent 6cd8067 commit f1ee126
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ for APP in $APPS; do
done

build latest components/driver/test_apps/twai "$ALL_CHIPS_BUT_C2"
build latest components/esp_driver_gpio/test_apps/gpio "$ALL_CHIPS"
build latest components/esp_driver_gptimer/test_apps/gptimer "$ALL_CHIPS"
build latest components/esp_driver_i2c/test_apps/i2c_test_apps "$ALL_CHIPS"
build latest components/esp_driver_i2s/test_apps/i2s "$ALL_CHIPS_BUT_C2"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
CONFIG_APP_REPRODUCIBLE_BUILD=y
# CONFIG_APP_COMPILE_TIME_DATE is not set
CONFIG_FREERTOS_HZ=1000
CONFIG_ESP_TASK_WDT_EN=n

0 comments on commit f1ee126

Please sign in to comment.