Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature(usb_host_hid): interrupt endpoint functions (send_report, receive_report) missing (IEC-56) #247

Open
sadykowich opened this issue Oct 3, 2023 · 1 comment
Assignees

Comments

@sadykowich
Copy link

sadykowich commented Oct 3, 2023

Is your feature request related to a problem?

Hi,

could you implement send and receive report functions into usb_host_hid like in TinyUSB?

All my best,
Peter

Describe the solution you'd like.

No response

Describe alternatives you've considered.

In TinyUSB implemented the following functions:

  • tuh_hid_receive_report and tuh_hid_receive_ready
  • tuh_hid_send_report and tuh_hid_send_ready

(https://github.com/hathach/tinyusb/blob/master/src/class/hid/hid_host.c)

Additional context.

No response

@github-actions github-actions bot changed the title feature(usb_host_hid): interrupt endpoint functions (send_report, receive_report) missing feature(usb_host_hid): interrupt endpoint functions (send_report, receive_report) missing (IEC-56) Oct 3, 2023
@roma-jam roma-jam self-assigned this Dec 1, 2023
@roma-jam
Copy link
Collaborator

roma-jam commented Dec 1, 2023

Hi @sadykowich,

We are working on these features (ans it definitely seems that same interface could be implmented) but at the moment the USB HS implementation for upcoming chips has higher priority, so we will return to that ticket after.

Meanwhile, do you have any specific project with tinyUSB host usage where you would like to change the host library implementation?

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants