esp-idf/examples/peripherals/usb/host/usb_host_lib/main
Peter Marcisovsky e87bb08216 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-03-01 10:15:02 +01:00
..
class_driver.c fix(usb/host): Do not abort on string descriptor overflow 2023-11-28 22:00:54 +01:00
CMakeLists.txt usb: Add USB Host Library Example 2022-01-06 15:15:15 +08:00
usb_host_lib_main.c feat(us/host): set device cfg during enumeration 2024-03-01 10:15:02 +01:00