esp-idf/examples/peripherals/usb/host/usb_host_lib/main
Tomas Rezucha f48f433d5b 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-20 09:12:54 +01:00
..
class_driver.c fix(usb/host): Do not abort on string descriptor overflow 2023-11-20 09:12:54 +01:00
CMakeLists.txt feat(usb/host): Modifiy usb_host_lib example 2023-10-30 13:40:44 +01:00
Kconfig.projbuild feat(usb/host): Modifiy usb_host_lib example 2023-10-30 13:40:44 +01:00
usb_host_lib_main.c feat(usb/host): Modifiy usb_host_lib example 2023-10-30 13:40:44 +01:00