Skip to content

Commit

Permalink
refactor: sort tests/examples by name in build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Jun 25, 2024
1 parent 93fc7b5 commit 736b692
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,18 @@ for APP in $APPS; do
fi
done

build latest examples/peripherals/i2c/i2c_simple "$ALL_CHIPS"
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_driver_ledc/test_apps/ledc "$ALL_CHIPS"
build latest components/esp_psram/test_apps/psram "esp32 esp32s2 esp32s3 esp32p4"
build latest components/esp_driver_pcnt/test_apps/pulse_cnt "esp32 esp32s2 esp32s3 esp32c6 esp32h2 esp32p4"
build latest components/esp_wifi/test_apps/wifi_function "esp32 esp32s2 esp32s3 esp32c2 esp32c3 esp32c6"
build latest components/esp_driver_spi/test_apps/master "$ALL_CHIPS"
build latest components/esp_psram/test_apps/psram "esp32 esp32s2 esp32s3 esp32p4"
build latest components/esp_wifi/test_apps/wifi_function "esp32 esp32s2 esp32s3 esp32c2 esp32c3 esp32c6"
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/rmt/led_strip "$ALL_CHIPS"
build latest examples/peripherals/ledc/ledc_basic "$ALL_CHIPS"
build latest examples/peripherals/adc/oneshot_read "esp32 esp32s2 esp32s3 esp32c2 esp32c3 esp32c6 esp32h2"
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"
build latest examples/peripherals/spi_slave/sender "$ALL_CHIPS"
build latest examples/peripherals/usb_serial_jtag/usb_serial_jtag_echo "esp32s3 esp32c3 esp32c6 esp32h2 esp32p4"
build latest examples/peripherals/usb/device/tusb_console "esp32s2 esp32s3 esp32p4"
build latest examples/peripherals/usb_serial_jtag/usb_serial_jtag_echo "esp32s3 esp32c3 esp32c6 esp32h2 esp32p4"

0 comments on commit 736b692

Please sign in to comment.