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
/
mentor
Age
Commit message (
Expand
)
Author
2026-06-16
dcd/musb: extract pipe0_data_stage_done() and fix two EP0 comments
hathach
2026-06-15
dcd/musb: rename pipe0_process_status_isr -> pipe0_process_xfer_state_isr
hathach
2026-06-15
dcd/musb: harden EP0 DATA_OUT against short packet and host overrun
hathach
2026-06-15
dcd/musb: read EP0 SETUP into uint32_t[2], drop the double copy
hathach
2026-06-15
dcd/musb: extract pipe0_process_status_isr() to de-dup EP0 tail paths
hathach
2026-06-15
dcd/musb: suffix ISR-context process_* handlers with _isr
hathach
2026-06-15
dcd/musb: end EP0 IN data stage on short packet, split DATA case
hathach
2026-06-15
dcd/musb: name pipe0_state_t, use local pointer, group struct fields
hathach
2026-06-13
dcd/musb: clear rxrdy_consumed when stalling EP0
hathach
2026-06-13
dcd/musb: replay deferred SETUP instead of stalling EP0
hathach
2026-06-13
dcd/musb: gate stale EP0 RXRDY interrupts with rxrdy_consumed
hathach
2026-06-13
dcd/musb: fix deferred-SETUP replay racing usbd's status call
hathach
2026-06-13
dcd/musb: check SentStall/SetupEnd before DATAEND guard
hathach
2026-06-13
dcd/musb: replace deferral goto with per-state handling
hathach
2026-06-13
dcd/musb: restore EP0 OUT RXRDY flow-control comment
hathach
2026-06-13
dcd/musb: extract pipe0_read_setup() helper
hathach
2026-05-14
dcd/musb: defer EP0 SETUP during DATA_IN/STATUS race
HiFiPhile
2026-04-25
Merge branch 'master' into musb-followup-3594
hathach
2026-04-25
separate pipe0 since it is 1 packet per transfer, merge PIPE0 STATUS PENDING
hathach
2026-04-25
clean up
hathach
2026-04-25
musb more ep0 refactor. add back remaining_ctrl for correct ep0 state transit...
hathach
2026-04-24
musb migrate to ep0_state, remove setup packet from dcd data
hathach
2026-04-24
refactor musb ep0 xfer
hathach
2026-04-23
musb double packet for epout
hathach
2026-04-23
Merge pull request #3601 from hathach/fix-conversion-warnings
Ha Thach
2026-04-22
musb implement double buffer for tx
hathach
2026-04-21
enable double buffer for tm4c
hathach
2026-04-21
minor clean up
hathach
2026-04-21
optimize pipe_state_t sram for port with CFG_TUD_ENDPOINT_ONE_DIRECTION_ONLY.
hathach
2026-04-21
refactor interrupt handling and add `pipe_write` to fix IN ZLP issue
hathach
2026-04-20
improving transfer tracking and adding support for un-armed Rx data handling
hathach
2026-04-17
fix some Wconversion warnings
hathach
2026-04-11
Fix musb RXRDY Clearing
Brent Kowal
2026-03-18
fix hid_generic_inout for TUD_ENDPOINT_ONE_DIRECTION_ONLY MCUs
hathach
2026-02-06
adjust handle_xfer_in logic to simplify ZLP handling
hathach
2026-01-15
dcd/musb: fix zlp IN
HiFiPhile
2026-01-15
dcd/musb: fix unaligned cast
HiFiPhile
2026-01-14
dcd/musb: fix IAR build
HiFiPhile
2026-01-14
bsp: add TI EK-TM4C1294XL
HiFiPhile
2026-01-06
enable dedidcated hwfifo for musb with odd access with 16-bit and 8-bit
hathach
2025-11-26
change tu_fifo_buffer_info_t layout
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-04-23
rename and expose tuh_bus_info_get() to application
hathach
2025-04-23
rename hcd_devtree_info_t to tuh_bus_info_t, hcd_devtree_get_info to hcd_bus_...
hathach
2025-03-26
added hcd_edpt_close() stub for other ports
hathach
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
hcd_init() take init struct
hathach
[next]