index
:
tinyusb.git
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/wch-ch569-ch32h417-usb3
copilot/fix-hil-tinyusb-job
dcd_ch32hs_spd
gh-pages
master
merge_os
port-embos
worktree-ch569-hydrausb3
xfer_isr_fallback
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
portable
/
sunxi
Age
Commit message (
Expand
)
Author
2026-02-28
replace board_millis() with tusb_time_millis_api()
hathach
2025-11-26
change tu_fifo_buffer_info_t layout
hathach
2025-11-19
Merge remote-tracking branch 'tinyusb/master' into copilot/fix-dcd-edpt-xfer-...
HiFiPhile
2025-11-17
make TUP_DCD_EDPT_ISO_ALLOC i.e dcd_edpt_iso_alloc()/dcd_edpt_iso_activate() ...
hathach
2025-10-31
Merge branch 'copilot/fix-dcd-edpt-xfer-issue' of https://github.com/hathach/...
HiFiPhile
2025-10-31
Merge remote-tracking branch 'tinyusb/master' into copilot/fix-dcd-edpt-xfer-...
HiFiPhile
2025-10-28
fix Identifiers that start with '__' or '_[A-Z]' are reserved.
hathach
2025-10-22
Apply suggestions from code review
Zixun LI
2025-10-22
Add is_isr parameter to dcd_edpt_xfer and dcd_edpt_xfer_fifo
copilot-swe-agent[bot]
2025-10-14
fix lots of warnings for missing-prototypes for irqhandler
hathach
2025-09-17
Replace old delay functions by tusb_time_delay_ms_api
HiFiPhile
2024-10-14
change dcd_init() return from void to bool
hathach
2024-10-14
change the tusb_rhport_init_t struct, exclude the rhport to make API more con...
hathach
2024-10-11
change dcd_init() to take rhport struct
hathach
2024-05-04
add cmake for f1c100s
hathach
2023-07-02
made line ends consistent.
Lars Pötter
2023-03-17
fix trailing space and new line
hathach
2022-12-04
Fix typos
Bastien Nocera
2022-03-07
added dcd_sof_enable() stubs for all other ports
hathach
2022-02-26
more internal rename
hathach
2022-02-25
rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLED
hathach
2022-01-26
fix mynewt build sunxi
hathach
2021-12-29
update docs
hathach
2021-12-29
add license to dcd file, slightly update readme
hathach
2021-12-06
Fix handling of RXRDY bit
Yunhao Tian
2021-12-05
Change FIFO size to 4KB (not sure)
Yunhao Tian
2021-12-05
Fix a typo that leads to incorrect RX handling
Yunhao Tian
2021-12-05
Add FIFO size check
Yunhao Tian
2021-12-05
Close all EPs upon reset
Yunhao Tian
2021-12-05
Save current EP before querying other EPs
Yunhao Tian
2021-12-04
Add BSP support for F1C100s
Yunhao Tian
2021-12-04
Modify sunxi_musb code
Yunhao Tian
2021-12-01
Add support for Allwinner F1Cx00s family
Yunhao Tian