Skip to content

Commit e70dfe1

Browse files
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

+1
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)