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
b623e3023e7aaa8c9541f7d17a0c458667861cd4
tinyusb
/
src
/
common
T
History
Nathan Conrad
bc2a65b20b
A few bug fixes, remove the unstested device notices, note supported boards in READMEs, and implement PMA
...
access stride (used on MCU's with 512 byte USB buffers).
2019-09-10 01:03:24 -04: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
A few bug fixes, remove the unstested device notices, note supported boards in READMEs, and implement PMA
2019-09-10 01:03:24 -04:00
tusb_compiler.h
add TU_ prefix to compiler ATTR to prevent name conflict with application
2019-06-06 10:39:37 +07:00
tusb_error.h
update license year to 2019
2019-05-14 11:48:05 +07:00
tusb_fifo.c
added usbd_edpt_xfer/usbd_edpt_busy to replace dcd_edpt_transfer/dcd_edpt_busy()
2019-05-29 16:55:15 +07:00
tusb_fifo.h
update license year to 2019
2019-05-14 11:48:05 +07:00
tusb_timeout.h
update license year to 2019
2019-05-14 11:48:05 +07:00
tusb_types.h
Remove some type conversion warnings (using GCC pedantic warnings)
2019-09-09 13:35:41 -04:00
tusb_verify.h
Add dummy arguments to GET_NTH_ARG to make GCC happy (removes pedantic warnings)
2019-09-09 13:24:08 -04:00