Skip to content

Commit 858947e

Browse files
roma-jamespressif-bot
authored andcommitted
feat(ext_hub): Added support for low-speed devices, connected via hubs
1 parent 837311c commit 858947e

File tree

5 files changed

+192
-163
lines changed

5 files changed

+192
-163
lines changed

Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,5 @@ mainmenu "Espressif IoT Development Framework Configuration"
702702
- CONFIG_BOOTLOADER_CACHE_32BIT_ADDR_QUAD_FLASH
703703
- CONFIG_ESP_WIFI_EAP_TLS1_3
704704
- CONFIG_ESP_WIFI_ENABLE_ROAMING_APP
705-
- CONFIG_USB_HOST_EXT_PORT_SUPPORT_LS
706705
- CONFIG_USB_HOST_EXT_PORT_RESET_ATTEMPTS
707706
- CONFIG_LIBC_PICOLIBC

components/usb/Kconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,6 @@ menu "USB-OTG"
115115
menu "Downstream Port configuration"
116116
depends on USB_HOST_HUBS_SUPPORTED
117117

118-
config USB_HOST_EXT_PORT_SUPPORT_LS
119-
depends on IDF_EXPERIMENTAL_FEATURES
120-
bool "Support LS"
121-
default n
122-
help
123-
Enables support of Low-speed devices, connected through the external Hub.
124-
125118
config USB_HOST_EXT_PORT_RESET_ATTEMPTS
126119
depends on IDF_EXPERIMENTAL_FEATURES
127120
# Invisible config option

0 commit comments

Comments
 (0)