Skip to content

Commit 66596b7

Browse files
feat(hints/usb): Add a hint about too small control transfer size
1 parent 393b741 commit 66596b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/idf_py_actions/hints.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,3 +451,7 @@
451451
-
452452
re: "implicit declaration of function '__VA_NARG__'"
453453
hint: "__VA_NARG_ has been renamed. Please use ESP_VA_NARG instead"
454+
455+
-
456+
re: "Configuration descriptor larger than control transfer max length"
457+
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."

0 commit comments

Comments
 (0)