Skip to content

Commit 0a89bc9

Browse files
committed
Fix: Enable USB JTAG serial for Jade on ESP32S3
Set CONFIG_JADE_USE_USB_JTAG_SERIAL to 'y' in the Waveshare S3 touch LCD2 defaults to enable USB JTAG serial support for Jade on the ESP32S3 target.
1 parent bea4a90 commit 0a89bc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configs/sdkconfig_display_waveshares3_touch_lcd2.defaults

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS=3
5151
CONFIG_GC032A_SUPPORT=n
5252
CONFIG_GC2145_SUPPORT=n
5353
CONFIG_IDF_TARGET="esp32s3"
54+
CONFIG_JADE_USE_USB_JTAG_SERIAL=y
5455
CONFIG_MBEDTLS_CERTIFICATE_BUNDLE=n
5556
CONFIG_MBEDTLS_ECP_RESTARTABLE=y
5657
CONFIG_NEWLIB_NANO_FORMAT=y

0 commit comments

Comments
 (0)