mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-20 00:09:11 +00:00
feat(ext_hub): Added External Hub driver
This commit is contained in:
@@ -29,6 +29,10 @@ if(CONFIG_SOC_USB_OTG_SUPPORTED)
|
||||
list(APPEND priv_includes "private_include")
|
||||
endif()
|
||||
|
||||
if(CONFIG_USB_HOST_HUBS_SUPPORTED)
|
||||
list(APPEND srcs "ext_hub.c")
|
||||
endif()
|
||||
|
||||
idf_component_register(SRCS ${srcs}
|
||||
INCLUDE_DIRS ${include}
|
||||
PRIV_INCLUDE_DIRS ${priv_includes}
|
||||
|
Reference in New Issue
Block a user