index
:
tinyusb.git
cdc_persistent
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/mtp-data-phase-fixes
claude/wch-ch569-ch32h417-usb3
codex/class-reference-docs
codex/dfu-buffer-fix
copilot/fix-hil-tinyusb-job
dcd_ch32hs_spd
gh-pages
hil-openocd-recover-flasher
hil-report
master
merge_os
port-embos
raw_gadget_review
update-sponsor
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
Age
Commit message (
Expand
)
Author
2026-04-21
refactor interrupt handling and add `pipe_write` to fix IN ZLP issue
hathach
2026-04-21
replace `TUD_ENDPOINT_ONE_DIRECTION_ONLY` with `CFG_TUD_ENDPOINT_ONE_DIRECTIO...
hathach
2026-04-20
fix usbnet hardcode speed. disable hil test for now
hathach
2026-04-20
improving transfer tracking and adding support for un-armed Rx data handling
hathach
2026-04-17
tinyusb.mk: Remove duplicate usbc.c entry.
Andrew Leech
2026-04-17
Merge pull request #3594
Ha Thach
2026-04-11
Fix musb RXRDY Clearing
Brent Kowal
2026-04-10
Update src/portable/synopsys/dwc2/dcd_dwc2.c
Ha Thach
2026-04-10
clean up
hathach
2026-04-10
fix DWC2 FIFO depth values for STM32 families
hathach
2026-04-10
add dwc2_clock_init() to have nrf54 initial sequence. currently stub for othe...
hathach
2026-04-09
rename ep_fifo_size (bytes) to otg_dfifo_depth (words)
hathach
2026-04-09
Add initial board support for nRF54LM20 DK
gab-k
2026-04-02
Apply suggestion from @Copilot
Ha Thach
2026-04-02
rp2040: fix RP2350 hard fault in unaligned_memcpy to USB DPRAM
hathach
2026-04-02
Merge pull request #3561 from hathach/rp2040-hcd-epx
Ha Thach
2026-04-01
fix issue caused by merging active + pending state
hathach
2026-04-01
reduce code size, use state to replace active + pending
hathach
2026-03-31
finally get rp2040 host epx working with 2-sof solution for switching
hathach
2026-03-31
host abort transfer on short packet in double buffer.
hathach
2026-03-30
Merge pull request #3575 from gab-k/dwc2-iso-out-reset
Zixun LI
2026-03-30
Revert unintentional removal of comment
gab-k
2026-03-30
Revert back to simple edpt_disable()/edpt_activate() inside dcd_edpt_iso_acti...
gab-k
2026-03-30
hcd rp2 add double buffered for control endpoint transfers.
hathach
2026-03-29
Merge pull request #3566 from Precidata/async-cleanup
Zixun LI
2026-03-28
Clear DOEPCTL_USBAEP instead of setting DOEPCTL = DOEPCTL_SNAK
gab-k
2026-03-28
rp2 common refactor
hathach
2026-03-28
Minimize changes in ISO OUT reset fix
gab-k
2026-03-28
Add nrf54lm20 dwc2 info
gab-k
2026-03-28
fix ISO OUT stale state on alt-setting switch with different MPS
gab-k
2026-03-28
host epx clean up
hathach
2026-03-27
osal/mynewt: fix queue receive tiemout
HiFiPhile
2026-03-27
Merge pull request #3570 from IntegraSources/mtp-changes
Zixun LI
2026-03-27
fix string overflow
HiFiPhile
2026-03-27
refactor
hathach
2026-03-27
rename and clean up
hathach
2026-03-27
fix E15 workaround issue with out of order in double buffer. device bulk rx/t...
hathach
2026-03-27
clean up hw_endpoint_open(), still has issue with E15 and ping-pong (slow read).
hathach
2026-03-26
implement ping-pong double buffered for both tx and rx
hathach
2026-03-25
fix e4 incorrect buf with incorrect buf_id = 1
hathach
2026-03-25
mtp: fix adding empty cstring to mtp_container_info
stepan chepushtanov
2026-03-25
update hcd to handle interrupt per buf
hathach
2026-03-24
handle buf_status in per buffer basic (INTERRUPT_PER_BUFFER), this allows us ...
hathach
2026-03-23
add rp2040 sof + stop_trans on nak. increase nak_poll fs/ls delay to 300 us t...
hathach
2026-03-23
Revert "Make driver init() function optional"
Ha Thach
2026-03-22
Unifiy Device and Host side
Cédric Berger
2026-03-22
Remove unused define
Cédric Berger
2026-03-22
Simplify tud_task() like in tuh_task()
Cédric Berger
2026-03-22
False negative in tuh_task_event_ready()
Cédric Berger
2026-03-22
False positive in tuh_task_event_ready()
Cédric Berger
[next]