esp-idf/components/usb/test/common
Darian Leung ea6de613bf usb: Hub Driver Update and Refactor
Hub Driver is refactored as follows:

This commit update and refactors the Hub Driver as follows:

- Refactored enumeration state machine and stage functions
    - Enumeration stage is now incremented
    - Combined transfer stages of enumeration into common functions
- Comments updated
- Fixed usbh_hal_disable_debounce_lock() that would cause root_port_handle_events()
    to fail the HCD_PORT_CMD_RESET call because the previous port connection interrupt
    was not cleared.

The following features were added to the Hub Driver

- Enumeration config descriptor is now fetched in two separate stages
    - Header is fetched first to determine the wTotalLength of the descriptor
    - Fetching the full descriptor will request exactly wTotalLength bytes
    - This works around some non-compliant devices that will babble/return zero
        when requesting a length > wTotalLength
    - Closes https://github.com/espressif/esp-idf/issues/7799
- Enumeration now stores string descriptors
    - The Manufacturer, Product, and Serial Number string descriptors are
        now read and stored during enumeration
    - String descriptors are now part of usb_device_info_t
- Added unit test to test enumeration
2022-02-18 15:51:05 +08:00
..
test_usb_common.c usb: USB Host stack uses USB PHY driver 2022-02-18 15:51:05 +08:00
test_usb_common.h usb: USB Host stack uses USB PHY driver 2022-02-18 15:51:05 +08:00
test_usb_mock_classes.c usb: Hub Driver Update and Refactor 2022-02-18 15:51:05 +08:00
test_usb_mock_classes.h usb: Hub Driver Update and Refactor 2022-02-18 15:51:05 +08:00