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 e70dfe1

Browse files
authoredMar 7, 2025··
fix(TinyUSB): USB HUB FIFO sizes(Bias Periodic OUT)
Supports USB packets of 128 bytes or more.
1 parent 16a6e09 commit e70dfe1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎configs/defconfig.common

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ CONFIG_ESP_MATTER_NVS_USE_COMPACT_ATTR_STORAGE=y
134134

135135
#TinyUSB Config
136136
CONFIG_TINYUSB_CDC_MAX_PORTS=2
137+
CONFIG_USB_HOST_HW_BUFFER_BIAS_PERIODIC_OUT=y
137138

138139
# Zigbee Config
139140
CONFIG_ZB_ENABLED=y

0 commit comments

Comments
 (0)
Please sign in to comment.