This website requires JavaScript.
Explore
Help
Register
Sign In
jesus
/
tinyusb
Watch
1
Star
0
Fork
0
You've already forked tinyusb
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
9bdeafb29503b65d2c46e71a4c7e80b753bad55a
tinyusb
/
src
/
common
T
History
Reinhard Panhuber
9bdeafb295
Change maximum depth to 2^15 which allows for a fast modulo substitute.
...
Thus, however, overflows are detectable only for one time FIFO depth.
2020-09-23 20:48:03 +02:00
..
sys_queue.h
rename queue.h to sys_queue.h to prevent name conflict
2018-09-28 01:59:47 +07:00
tusb_common.h
correct isr context for nrf DCD_EVENT_UNPLUGGED
2020-08-01 12:02:59 +07:00
tusb_compiler.h
Add IAR compiler attribute and endian support.
2020-05-08 13:29:33 +02:00
tusb_error.h
Normalize line endings
2020-01-15 14:47:43 -05:00
tusb_fifo.c
Change maximum depth to 2^15 which allows for a fast modulo substitute.
2020-09-23 20:48:03 +02:00
tusb_fifo.h
Change maximum depth to 2^15 which allows for a fast modulo substitute.
2020-09-23 20:48:03 +02:00
tusb_timeout.h
Normalize line endings
2020-01-15 14:47:43 -05:00
tusb_types.h
adding subclass & protocol to class driver structure
2020-04-14 18:00:59 +07:00
tusb_verify.h
add usbd edpt open
2020-04-26 14:51:44 +07:00