Skip to content

Commit

Permalink
feat: add examples/peripherals/usb/device/tusb_console
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Jun 6, 2024
1 parent 7e07d13 commit bf4a211
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ build latest components/esp_psram/test_apps/psram "esp32 esp32s2 esp32s3 esp32p4
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/usb/device/tusb_console "esp32s2 esp32s3 esp32p4"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CONFIG_APP_REPRODUCIBLE_BUILD=y
# CONFIG_APP_COMPILE_TIME_DATE is not set
CONFIG_TINYUSB_CDC_ENABLED=y

0 comments on commit bf4a211

Please sign in to comment.