This website requires JavaScript.
Explore
Help
Sign In
mirror
/
tinyusb
Watch
3
Star
0
Fork
0
You've already forked tinyusb
mirror of
https://github.com/hathach/tinyusb.git
synced
2026-03-30 11:23:34 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d77f1e8eb6f53cdb55987165b36e301daf1f9828
tinyusb
/
src
/
class
/
hid
History
hathach
ef018e364e
refactor usbh_class_driver_t's open() to return number of driver len instead of bool. help to simplify parsing configuration
2025-12-11 15:58:10 +07:00
..
hid_device.c
Add is_isr parameter to usbd_edpt_xfer and usbd_edpt_xfer_fifo
2025-10-22 06:12:08 +00:00
hid_device.h
Fix HIS stylus descriptor and hid_composite example
2025-10-05 19:09:44 +02:00
hid_host.c
refactor usbh_class_driver_t's open() to return number of driver len instead of bool. help to simplify parsing configuration
2025-12-11 15:58:10 +07:00
hid_host.h
refactor usbh_class_driver_t's open() to return number of driver len instead of bool. help to simplify parsing configuration
2025-12-11 15:58:10 +07:00
hid.h
fix Identifiers that start with '__' or '_[A-Z]' are reserved.
2025-10-28 14:14:01 +07:00