esp-idf/examples/peripherals/usb/host/usb_host_lib/main
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
..
class_driver.c fix(usb/host): Do not abort on string descriptor overflow 2023-12-05 16:44:53 +01:00
CMakeLists.txt change(usb/examples): Trim the USB example builds 2023-10-10 10:28:47 +02:00
usb_host_lib_main.c feat(us/host): set device cfg during enumeration 2024-02-21 12:34:04 +01:00