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-04 22:56:10 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4f288c030ad92f9859cbc6b78ed86d06609c2ea5
tinyusb
/
src
/
common
History
hathach
df55d587df
update handle in/out, separate allocated and xfer result to make it easier to manage. Fix channel disable/deallocated.
2024-10-29 18:23:56 +07:00
..
tusb_common.h
more progress on dwc2 hcd, initial code for edpt xfer
2024-10-25 00:20:34 +07:00
tusb_compiler.h
change tusb_init(), tusb_rhport_init() to use init struct for expandability
2024-10-11 13:41:53 +07:00
tusb_debug.h
…
tusb_fifo.c
Put break inside #if #endif
2024-08-16 21:43:41 +01:00
tusb_fifo.h
make function prototypes match ( found by cppcheck)
2024-09-03 19:38:34 +01:00
tusb_mcu.h
Merge branch 'master' into fork/Maerdl/master
2024-10-02 18:22:06 +07:00
tusb_private.h
reduce ep stream footprint by using is_mps512 since it only support bulk so far
2024-09-10 18:37:53 +07:00
tusb_types.h
update handle in/out, separate allocated and xfer result to make it easier to manage. Fix channel disable/deallocated.
2024-10-29 18:23:56 +07:00
tusb_verify.h
move core init code to dwc2 common. update/correct build for esppressif
2024-10-15 17:55:24 +07:00