This website requires JavaScript.
Explore
Help
Register
Sign In
andy
/
tinyUSB
Watch
1
Star
0
Fork
0
You've already forked tinyUSB
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
e8a84f90764f0f2603822f068a9961ceeade873d
tinyUSB
/
src
/
host
History
hathach
e8a84f9076
enum For string descriptor (langid, manufacturer product, serila): always get the first 2 bytes to determine the length first. otherwise, some device may have buffer overflow.
2025-04-18 10:53:12 +07:00
..
hcd.h
fix(hcd) hcd_edpt_open() return true if endpoint is already opened.
2025-04-03 18:11:33 +07:00
hub.c
- add tuh_descriptor_get_string_langid() API
2025-03-03 23:22:23 +07:00
hub.h
more hub improve, handle more failed transfer with polling interrupt status endpoint
2025-02-19 15:50:42 +07:00
usbh_pvt.h
add tuh_midi_mount_cb_t struct for tuh_midi_mount_cb()
2025-02-24 16:05:31 +07:00
usbh.c
enum For string descriptor (langid, manufacturer product, serila): always get the first 2 bytes to determine the length first. otherwise, some device may have buffer overflow.
2025-04-18 10:53:12 +07:00
usbh.h
add tuh_edpt_close() API, it will abort any pending transfer
2025-03-25 16:15:58 +07:00