Skip to content

Commit

Permalink
feat: build adc/oneshot_read for esp32p4
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Sep 27, 2024
1 parent 87b58dc commit ed85ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ build latest components/esp_wifi/test_apps/wifi_function "esp32 esp32s2 esp32s3
build latest components/hal/test_apps/crypto "$ALL_CHIPS"
build latest components/mbedtls/test_apps "$ALL_CHIPS"
build latest components/nvs_flash/test_apps "$ALL_CHIPS"
build latest examples/peripherals/adc/oneshot_read "esp32 esp32s2 esp32s3 esp32c2 esp32c3 esp32c6 esp32h2"
build latest examples/peripherals/adc/oneshot_read "$ALL_CHIPS"
build latest examples/peripherals/i2c/i2c_simple "$ALL_CHIPS"
build latest examples/peripherals/ledc/ledc_basic "$ALL_CHIPS"
build latest examples/peripherals/rmt/led_strip "$ALL_CHIPS"
Expand Down

0 comments on commit ed85ba4

Please sign in to comment.