esp-idf/examples/peripherals/usb/host/usb_host_lib/main
Tomas Rezucha 4cf3acb594 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-12-05 16:44:53 +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 refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00