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-10 14:05:31 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f241ff389f9494836cdc45e621726c0b69b8daed
tinyusb
/
src
History
Nathan Conrad
f241ff389f
Also need to just return false in the case that it isn't an interface control event. We shouldn't assert. This normally isn't an
...
error, either, so I don't want to use TU_VERIFY.
2019-09-20 08:56:46 -04:00
..
class
Also need to just return false in the case that it isn't an interface control event. We shouldn't assert. This normally isn't an
2019-09-20 08:56:46 -04:00
common
Change inline functions to macros, and make all parameter names uniform.
2019-09-16 11:27:05 -04:00
device
follow up to suggestion to pr 155
2019-09-16 11:13:17 +07:00
host
rename CFG_TUSB_HOST_CUSTOM_CLASS to CFG_TUH_VENDOR
2019-07-19 16:31:51 +07:00
osal
…
portable
Merge pull request
#163
from hathach/develop
2019-09-16 16:37:27 +07:00
tusb_option.h
adding stm32l4 support, board test run with stm32l476disco, usb doens't work yet
2019-09-13 11:22:44 +07:00
tusb.c
…
tusb.h
rename custom/custom-_* to vendor/vendor_*
2019-07-19 16:37:28 +07:00