Skip to content

Commit fffa99e

Browse files
fix(TinyUSB): USB HUB Subport Added, FIFO sizes(Bias Periodic OUT)
It is used by USB HUB. And, Supports USB packets of 128 bytes or more.
1 parent 16a6e09 commit fffa99e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: configs/defconfig.common

+3
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ CONFIG_ESP_MATTER_NVS_USE_COMPACT_ATTR_STORAGE=y
134134

135135
#TinyUSB Config
136136
CONFIG_TINYUSB_CDC_MAX_PORTS=2
137+
CONFIG_USB_HOST_HUBS_SUPPORTED=y
138+
CONFIG_USB_HOST_HUB_MULTI_LEVEL=y
139+
CONFIG_USB_HOST_HW_BUFFER_BIAS_PERIODIC_OUT=y
137140

138141
# Zigbee Config
139142
CONFIG_ZB_ENABLED=y

0 commit comments

Comments
 (0)