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
hello,
im currently developing hid-compatible touchscreen on custom RP2040 boards. my issue is, the size of touchscreen hid report (83 bytes) is too big for CFG_TUD_HID_EP_BUFSIZE, as it can't be larger than 64 otherwise tinyusb init will fail.
Describe the solution you'd like
Would you developers add some kind of "mechanism" that can deal oversized hid buffer transfer requests ,like split them into multiple chunks to transfer?
btw some vendor required report size is also larger than 64 bytes, like this binary blob found on msdn.
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:
Related area
hid class driver
Hardware specification
rp2040
Is your feature request related to a problem?
hello,
im currently developing hid-compatible touchscreen on custom RP2040 boards. my issue is, the size of touchscreen hid report (83 bytes) is too big for CFG_TUD_HID_EP_BUFSIZE, as it can't be larger than 64 otherwise tinyusb init will fail.
Describe the solution you'd like
Would you developers add some kind of "mechanism" that can deal oversized hid buffer transfer requests ,like split them into multiple chunks to transfer?
btw some vendor required report size is also larger than 64 bytes, like this binary blob found on msdn.
I have checked existing issues, dicussion and documentation
The text was updated successfully, but these errors were encountered: