esp-idf/examples/peripherals/usb/host
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
..
cdc feat(us/host): set device cfg during enumeration 2024-01-04 16:09:13 +01:00
hid fix(usb/host): added hid_driver_uninstall call during APP_QUIT for HID Host example 2023-10-25 09:04:20 +02:00
msc refactor(usb/host_msc_example): Increase transfer speeds 2023-10-24 15:19:58 +02:00
usb_host_lib feat(us/host): set device cfg during enumeration 2024-01-04 16:09:13 +01:00
uvc fix(usb/uvc): Add negotiation retry for some cameras 2023-11-29 11:34:47 +08:00