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-02-09 01:35:35 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fb69d80e70c5a3d89606bb503622837fdf8fae4a
tinyusb
/
src
History
hathach
fb69d80e70
use for loop instead of__builtin_ctz() which is not portable (e.g with ccrx)
2024-04-10 18:26:56 +07:00
..
class
Adding tuh_hid_get_report(...) to hid_host.h
2024-04-10 15:46:57 +07:00
common
remove the usage of TU_BIT() and TU_GENMASK() from tusb_types.h
2024-04-10 10:13:36 +07:00
device
revert usbd driver name change to be backward compatible
2024-04-08 22:56:22 +07:00
host
add class driver deinit
2024-04-08 22:07:56 +07:00
osal
add delete API for rtthread
2024-03-25 18:30:03 +07:00
portable
use for loop instead of__builtin_ctz() which is not portable (e.g with ccrx)
2024-04-10 18:26:56 +07:00
typec
…
CMakeLists.txt
…
tinyusb.mk
…
tusb_option.h
add class driver deinit
2024-04-08 22:07:56 +07:00
tusb.c
…
tusb.h
…