Skip to content

Commit 4676f46

Browse files
authored
fix(TinyUSB): USB HUB Subport Added, FIFO sizes(Bias Periodic OUT)
1 parent 1a1dc51 commit 4676f46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

configs/defconfig.common

+3
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,9 @@ CONFIG_LITTLEFS_DISK_VERSION_2_0=y
231231
# TinyUSB Config
232232
#
233233
CONFIG_TINYUSB_CDC_MAX_PORTS=2
234+
CONFIG_USB_HOST_HUBS_SUPPORTED=y
235+
CONFIG_USB_HOST_HUB_MULTI_LEVEL=y
236+
CONFIG_USB_HOST_HW_BUFFER_BIAS_PERIODIC_OUT=y
234237

235238
#
236239
# Disable Cameras not used

0 commit comments

Comments
 (0)