esp-idf/examples/peripherals/usb/host
Peter Marcisovsky d786f187e9 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-02-21 12:34:04 +01:00
..
cdc feat(us/host): set device cfg during enumeration 2024-02-21 12:34:04 +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-02-21 12:34:04 +01:00
uvc Merge branch 'feature/usb_examples_trim_build' into 'master' 2023-10-10 23:33:11 +08:00