esp-idf/examples/peripherals/usb/host/usb_host_lib/main
Tomas Rezucha 9cdd6ac5f1 fix(usb/host): Do not abort on string descriptor overflow
Some devices return full LANGID table, even if short LANGID table was requested.
No memory overflow occurs, because we have allocated enough memory for transfers to the
default pipe. So we can ignore the error and continue with string desc fetching.
2023-11-24 16:25:54 +01:00
..
class_driver.c fix(usb/host): Do not abort on string descriptor overflow 2023-11-24 16:25:54 +01:00
CMakeLists.txt usb: Add USB Host Library Example 2022-01-06 15:15:15 +08:00
usb_host_lib_main.c usb: Add USB Host Library Example 2022-01-06 15:15:15 +08:00