esp-idf/components/usb
2022-12-01 08:33:22 +01:00
..
include usb: Allow settings of all signals in usb_phy 2022-10-25 06:44:55 +02:00
private_include usb_host: Add check to prevent submitting already inflight transfers 2022-11-07 13:41:41 +08:00
test usb_host: Test host library inflight transfer resubmission check 2022-11-07 13:41:46 +08:00
CMakeLists.txt usb: Remove -Wno-format compile option 2022-09-08 14:05:19 +02:00
hcd.c usb_host: Fix incorrect memset() usage in HCD 2022-09-08 14:05:58 +02:00
hub.c Bugfix: make wTotalLength uint16_t to avoid truncation 2022-01-17 13:43:37 +01: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 usbh_print_intf_desc prints wrong value for tbInterfaceClass (IDFGH-9000) 2022-05-21 15:54:21 -07:00
usb_host.c usb: Don't access uninit pointer if usbh_install fails 2022-12-01 08:33:22 +01:00
usb_phy.c usb: Allow settings of all signals in usb_phy 2022-10-25 06:44:55 +02:00
usb_private.c Add USB Host Library 2021-08-24 23:28:00 +08:00
usbh.c usb_host: Fixed incorrect opening devices from multiple clients 2022-11-07 13:41:35 +08:00