You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/idf_py_actions/hints.yml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -451,3 +451,7 @@
451
451
-
452
452
re: "implicit declaration of function '__VA_NARG__'"
453
453
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