Skip to content

Commit 2072060

Browse files
authored
fix(TinyUSB): USB HUB Subport Added, FIFO sizes(Bias Periodic OUT)
1 parent 743917e commit 2072060

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
@@ -237,6 +237,9 @@ CONFIG_LITTLEFS_DISK_VERSION_2_0=y
237237
# TinyUSB Config
238238
#
239239
CONFIG_TINYUSB_CDC_MAX_PORTS=2
240+
CONFIG_USB_HOST_HUBS_SUPPORTED=y
241+
CONFIG_USB_HOST_HUB_MULTI_LEVEL=y
242+
CONFIG_USB_HOST_HW_BUFFER_BIAS_PERIODIC_OUT=y
240243

241244
#
242245
# Disable Cameras not used

0 commit comments

Comments
 (0)