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-15 06:35:57 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a2ab783db7928bbfe1f0ddf1be25660a50184ecb
tinyusb
/
src
History
hathach
a2ab783db7
seperate handle_epin_dma/slave
2024-11-18 12:39:00 +07:00
..
class
Merge pull request
#2713
from rgrr/ncm-fix-in-tud_network_recv_renew
2024-11-01 22:22:31 +01:00
common
rename CFG_TUD_DWC2_DMA to CFG_TUD_DWC2_DMA_ENABLE
2024-11-14 13:26:11 +07:00
device
change dcd_init() return from void to bool
2024-10-14 19:42:22 +07:00
host
usbh use the new tusb_time_delay_ms_api()
2024-11-04 17:24:49 +07:00
osal
…
portable
seperate handle_epin_dma/slave
2024-11-18 12:39:00 +07:00
typec
…
CMakeLists.txt
…
tinyusb.mk
…
tusb_option.h
rename CFG_TUD_DWC2_DMA to CFG_TUD_DWC2_DMA_ENABLE
2024-11-14 13:26:11 +07:00
tusb.c
Merge branch 'master' into warning
2024-11-14 10:25:52 +07:00
tusb.h
add tusb_time_millis_api() and default/weak tusb_time_delay_ms_api(). Which is required for host and some device without RTOS.
2024-11-04 17:20:58 +07:00