Skip to content

Commit 691a0ee

Browse files
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
2 parents 9c91d08 + 66596b7 commit 691a0ee

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)