Skip to content

Commit 6b0cd6d

Browse files
authored
Merge pull request #285 from tanakamasayuki/patch-3
fix(TinyUSB): USB HUB Subport Added, FIFO sizes(Bias Periodic OUT)
2 parents 72b6036 + fffa99e commit 6b0cd6d

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
@@ -135,6 +135,9 @@ CONFIG_ESP_MATTER_NVS_USE_COMPACT_ATTR_STORAGE=y
135135

136136
#TinyUSB Config
137137
CONFIG_TINYUSB_CDC_MAX_PORTS=2
138+
CONFIG_USB_HOST_HUBS_SUPPORTED=y
139+
CONFIG_USB_HOST_HUB_MULTI_LEVEL=y
140+
CONFIG_USB_HOST_HW_BUFFER_BIAS_PERIODIC_OUT=y
138141

139142
# Zigbee Config
140143
CONFIG_ZB_ENABLED=y

0 commit comments

Comments
 (0)