esp-idf/components/usb
Darian Leung b6dfadb168 usb: Update USB Host Library
This commit updates the USB Host Library as follows:

- usb_helpers.h
    - Removed dependency on USB Host Library API
    - Added function to print string descriptors
- usbh
    - Fixed bug where an interface/endpoint could be claimed/allocated multiple times
    - Removed redundant device ref_count change
- Added unit test for USB Host Library API usage
2022-01-06 15:14:10 +08:00
..
include usb: Update USB Host Library 2022-01-06 15:14:10 +08:00
private_include usb: Hub Driver and USBH recover port automatically after disconnection 2022-01-06 15:12:16 +08:00
test usb: Update USB Host Library 2022-01-06 15:14:10 +08:00
CMakeLists.txt usb: Add usb_phy driver to support operations on USB PHY 2021-09-13 12:39:56 +08:00
hcd.c usb: USB Host stack uses USB PHY driver 2022-01-06 15:09:39 +08:00
hub.c usb: Hub Driver and USBH recover port automatically after disconnection 2022-01-06 15:12:16 +08:00
Kconfig Add USB Host Library 2021-08-24 23:28:00 +08:00
maintainers.md usb: Fix how the HCD handles sudden disconnection 2021-11-02 14:30:58 +08:00
usb_helpers.c usb: Update USB Host Library 2022-01-06 15:14:10 +08:00
usb_host.c usb: Update USB Host Library 2022-01-06 15:14:10 +08:00
usb_phy.c global: make periph enable/disable APIs private 2021-11-08 10:37:47 +08:00
usb_private.c Add USB Host Library 2021-08-24 23:28:00 +08:00
usbh.c usb: Update USB Host Library 2022-01-06 15:14:10 +08:00