esp-idf/examples/peripherals/usb/host
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
..
cdc change(usb/examples): Trim the USB example builds 2023-10-10 10:28:47 +02:00
hid fix(usb/host): added hid_driver_uninstall call during APP_QUIT for HID Host example 2023-10-25 09:04:20 +02:00
msc refactor(usb/host_msc_example): Increase transfer speeds 2023-10-24 15:19:58 +02:00
usb_host_lib fix(usb/host): Do not abort on string descriptor overflow 2023-12-05 16:44:53 +01:00
uvc Merge branch 'feature/usb_examples_trim_build' into 'master' 2023-10-10 23:33:11 +08:00