esp-idf/components/usb
Peter Marcisovsky 24adb6ed3c feat(us/host): set device cfg during enumeration
- user callback funciton to set device configuration
      as a part of usb_host_install
    - callback provides device descriptor of a device being enumerated
    - user can set which cfg descriptor the USB device will be set with
    - user can filter device enumeration
    - Kconfig menu to enable callback function
    - usb_host_lib example demonstration
2024-01-04 16:09:13 +01:00
..
include feat(us/host): set device cfg during enumeration 2024-01-04 16:09:13 +01:00
private_include feat(us/host): set device cfg during enumeration 2024-01-04 16:09:13 +01:00
test_apps refactor(usb/host): reformat code with astyle_py 2023-12-15 04:44:02 +08:00
CMakeLists.txt refactor(usb): Deprecate CONFIG_USB_OTG_SUPPORTED, use SOC_USB_OTG_SUPPORTED instead 2024-01-01 21:37:34 +08:00
hcd_dwc.c refactor(usb/host): reformat code with astyle_py 2023-12-15 04:44:02 +08:00
hub.c feat(us/host): set device cfg during enumeration 2024-01-04 16:09:13 +01:00
Kconfig feat(us/host): set device cfg during enumeration 2024-01-04 16:09:13 +01:00
maintainers.md usb: Fix how the HCD handles sudden disconnection 2021-11-02 14:30:58 +08:00
usb_helpers.c fix(usb/host): Correctly parse MPS fields in HighSpeed EP descriptors 2023-12-12 21:10:37 +01:00
usb_host.c feat(us/host): set device cfg during enumeration 2024-01-04 16:09:13 +01:00
usb_phy.c refactor(hal/usb): Rename usb_fsls_phy API to match header/source names 2023-12-28 11:48:54 +08:00
usb_private.c change(usb/host): Remove data buffer headers from URBs 2023-11-24 20:57:03 +08:00
usbh.c refactor(usb/host): reformat code with astyle_py 2023-12-15 04:44:02 +08:00