espressif / esp-usb

Other
26 stars 11 forks source link

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

Open sadykowich opened 1 year ago

sadykowich commented 1 year ago

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:

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

Additional context.

No response

roma-jam commented 10 months ago

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.