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-14 14:05:36 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e6612ab82c162dea245dbbcdd2da6a744eca3ac2
tinyusb
/
src
/
host
History
hathach
e4e8413acc
add tusb_inited() API, check for inited() before running device/host task
2019-01-29 19:05:07 +07:00
..
ehci
rename bit_* helper to tu_bit_*, BIT_* to TU_BIT_* for consistency
2018-12-14 15:30:54 +07:00
ohci
rename bit_* helper to tu_bit_*, BIT_* to TU_BIT_* for consistency
2018-12-14 15:30:54 +07:00
hcd.h
clean up compiler attribute
2018-12-14 13:08:21 +07:00
hub.c
rename bit_* helper to tu_bit_*, BIT_* to TU_BIT_* for consistency
2018-12-14 15:30:54 +07:00
hub.h
clean up compiler attribute
2018-12-14 13:08:21 +07:00
usbh_hcd.h
…
usbh.c
add tusb_inited() API, check for inited() before running device/host task
2019-01-29 19:05:07 +07:00
usbh.h
seperate tusb_task() to tud_task() and tuh_task()
2018-12-13 14:51:37 +07:00