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
When CFG_TUD_HID_EP_BUFSIZE is set to 64, and a host (Such as Windows) sends a 64 byte packet as an OUTPUT report to the HID endpoint, the data is never received.
How to reproduce ?
As described
Debug Log as txt file (LOG/CFG_TUSB_DEBUG=2)
N/A
Screenshots
No response
I have checked existing issues, dicussion and documentation
I confirm I have checked existing issues, dicussion and documentation.
The text was updated successfully, but these errors were encountered:
So it turns out that now when doing an HID report that includes the report ID, the report size must be exclusive from the report ID. With previous versions, even when I included report ID (and sending a 64 byte packet), I'd have to say 64 bytes and not 63.
Operating System
Windows 11
Board
RP2040 (Any Board)
Firmware
N/A
What happened ?
When CFG_TUD_HID_EP_BUFSIZE is set to 64, and a host (Such as Windows) sends a 64 byte packet as an OUTPUT report to the HID endpoint, the data is never received.
How to reproduce ?
As described
Debug Log as txt file (LOG/CFG_TUSB_DEBUG=2)
N/A
Screenshots
No response
I have checked existing issues, dicussion and documentation
The text was updated successfully, but these errors were encountered: