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
dd035b0eb2ed6ea7fee892d2a832e09f7c5c633c
tinyusb
/
src
T
History
hathach
dd035b0eb2
make all hcd/dcd function used in isr into ram with __no_inline_not_in_flash_func() for faster irq handling
...
result is 1KB of code moved from rom -> ram
2022-06-08 16:08:53 +07:00
..
class
add TU_ATTR_FAST_FUNC for audio sof isr call chain
2022-06-07 11:50:50 +07:00
common
make all hcd/dcd function used in isr into ram with __no_inline_not_in_flash_func() for faster irq handling
2022-06-08 16:08:53 +07:00
device
add tuh_configure() for port/dynamic host behavior config
2022-06-08 01:17:01 +07:00
host
add tuh_configure() for port/dynamic host behavior config
2022-06-08 01:17:01 +07:00
osal
fix compile error
2022-06-01 21:37:26 +08:00
portable
make all hcd/dcd function used in isr into ram with __no_inline_not_in_flash_func() for faster irq handling
2022-06-08 16:08:53 +07:00
tusb_option.h
update all host examples
2022-06-06 23:16:49 +07:00
tusb.c
remove static port defined for device/host
2022-06-03 11:32:09 +07:00
tusb.h
add parse config descriptor to example
2022-03-19 00:43:31 +07:00