Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 037a712

Browse files
authoredOct 14, 2024
Disable Tinyusb support
1 parent 7813acf commit 037a712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎components/arduino_tinyusb/Kconfig.projbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ menu "Arduino TinyUSB"
33

44
config TINYUSB_ENABLED
55
bool "Enable TinyUSB driver"
6-
default y
6+
default n
77
depends on IDF_TARGET_ESP32S2 || IDF_TARGET_ESP32S3 || IDF_TARGET_ESP32P4
88
select FREERTOS_SUPPORT_STATIC_ALLOCATION
99
select FREERTOS_USE_AUTHENTIC_INCLUDE_PATHS

0 commit comments

Comments
 (0)
Please sign in to comment.