This website requires JavaScript.
Explore
Help
Sign In
Embedded
/
tinyusb
Watch
1
Star
0
Fork
0
You've already forked tinyusb
mirror of
https://github.com/hathach/tinyusb.git
synced
2025-01-31 05:52:55 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
tinyusb
/
src
History
Nathan Conrad
340dcb81bf
For control transfers, compare the transmitted length against the requested length to know if a ZLP needs to happen. (
fixes
#139
)
2019-09-12 16:06:45 -04:00
..
class
fix
#132
2019-09-11 10:47:07 +07:00
common
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
device
For control transfers, compare the transmitted length against the requested length to know if a ZLP needs to happen. (
fixes
#139
)
2019-09-12 16:06:45 -04:00
host
rename CFG_TUSB_HOST_CUSTOM_CLASS to CFG_TUH_VENDOR
2019-07-19 16:31:51 +07:00
osal
update license year to 2019
2019-05-14 11:48:05 +07:00
portable
ported stm32f2, added board stm32f207zg nucleo
2019-09-12 10:41:03 +07:00
tusb_option.h
added stm32f767nucleo board, board_test works
2019-09-11 18:02:27 +07:00
tusb.c
update license year to 2019
2019-05-14 11:48:05 +07:00
tusb.h
rename custom/custom-_* to vendor/vendor_*
2019-07-19 16:37:28 +07:00