Merge branch 'feature/usb_ctrl_hint' into 'master'

feat(hints/usb): Add a hint about too small control transfer size

See merge request espressif/esp-idf!34936
This commit is contained in:
Tomas Rezucha
2024-11-18 21:03:30 +08:00

View File

@@ -451,3 +451,7 @@
-
re: "implicit declaration of function '__VA_NARG__'"
hint: "__VA_NARG_ has been renamed. Please use ESP_VA_NARG instead"
-
re: "Configuration descriptor larger than control transfer max length"
hint: "Connected USB device has a large Configuration descriptor.\nTo increase the transfer size, go to 'idf.py menuconfig' -> 'Component config' -> 'USB-OTG' -> 'Largest size of transfers to/from default endpoints' and set appropriate size."