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
Age
Commit message (
Expand
)
Author
2026-06-16
device: clamp EP0 OUT data copy to the control transfer buffer (#3705)
Ha Thach
2026-06-11
Merge remote-tracking branch 'origin/master' into stm32c5
hathach
2026-06-11
Fix stm32f723disco host/cdc_msc_hid HIL: UART RX starvation + DWC2 DMA split-...
Ha Thach
2026-06-06
host/cdc: use local control buffer
HiFiPhile
2026-06-04
dwc2: cleanup setup_packet pointer cast (review feedback)
hathach
2026-06-04
Update setup buffer size definition based on DMA configuration
hathach
2026-06-04
Merge branch 'master' into dwc2_postfix
hathach
2026-06-03
dwc2: address Copilot review (comment grammar/typo, tinyusb.json f407 dedup)
hathach
2026-06-03
dwc2: remove investigation debug logging
hathach
2026-06-03
refactor(cmake): comment out unused target folder properties
hathach
2026-06-03
dwc2: submit setup packet on SETUP_DONE and drop spurious EP0 RX_COMPLETE on ...
hathach
2026-06-02
dcd/dwc2: fix back-to-back SETUP reception in DMA mode
HiFiPhile
2026-06-01
Merge pull request #3657 from hathach/usbh-add-control-queue
Ha Thach
2026-06-01
CFG_TUH_CONTROL_PENDING_QUEUE_SZ defefault to 4 if hub is eanbled, 2 if not
hathach
2026-06-01
ultrareview nits: keep xfer_result table in sync, hoist blinky loop
hathach
2026-05-30
Merge pull request #3658 from wjklimek1/mtp-out-transfer-fix
Zixun LI
2026-05-29
Merge branch 'master' into usbh-add-control-queue
hathach
2026-05-29
dwc2: process IN EP before OUT
HiFiPhile
2026-05-29
Handle OUT transfer completion in MTP
Wojciech Klimek
2026-05-29
Implement asynchronous control transfer queuing for USB host stack
hathach
2026-05-29
Merge remote-tracking branch 'tinyusb/master' into fix/Dwc2Stm32U5
HiFiPhile
2026-05-29
dwc2: move OUT transfer management into RXFLVL IRQ
HiFiPhile
2026-05-28
abstract OS logic with `CFG_TUSB_OS_HAS_SCHEDULER` to simplify conditional ch...
hathach
2026-05-27
osal add osal_task_get_current_handle()
hathach
2026-05-27
dwc2: fix EP0 DMA setup race condition
HiFiPhile
2026-05-27
dwc2: simplify EP0 ZLP handling
HiFiPhile
2026-05-26
ch32_usbhs: fix endpoint stall length index and clear-stall response
Jie Feng
2026-05-25
optimize interrupt handling time
HiFiPhile
2026-05-24
Merge remote-tracking branch 'tinyusb/master' into stm32c5
HiFiPhile
2026-05-23
dcd/ch32x: optmize CTRL reg writing, basically revert e14b0e85
HiFiPhile
2026-05-23
dcd/ch32hs: refactor transfer flow
HiFiPhile
2026-05-23
dcd/ch32fs: do not set EP0 to ACK on status complete
HiFiPhile
2026-05-23
dcd/ch32fs: clear INT flag after processing
HiFiPhile
2026-05-23
dcd/ch32x : code reformat
HiFiPhile
2026-05-23
dcd/ch32fs: set EP to NAK earlier to reduce spuroius transfer
HiFiPhile
2026-05-22
dcd/ch32fs: reset EP on clear stall
HiFiPhile
2026-05-22
dcd/ch32fs: fix ISO IN transfer
HiFiPhile
2026-05-22
dcd/ch32fs: only enable EP0 ACK if no data stage, reduce race
HiFiPhile
2026-05-22
dcd/ch32fs: reset EP regs on bus reset
HiFiPhile
2026-05-22
ch32v20x: fix port1 IP selection
HiFiPhile
2026-05-22
Merge remote-tracking branch 'tinyusb/master' into mickabrig7/master
HiFiPhile
2026-05-22
Merge remote-tracking branch 'tinyusb/master' into fix/Dwc2Stm32U5
HiFiPhile
2026-05-22
dwc2: handle EP0 status OUT in RXFLVL interrupt
HiFiPhile
2026-05-19
Merge pull request #3571 from sauloverissimo/feat/midi2-device-host-driver
Zixun LI
2026-05-19
midi2_host: convert TX to raw FIFO mirroring midi2_device refactor
Saulo Veríssimo
2026-05-18
midi2: convert to raw Tx FIFO for better segmentation handling, add count to ...
HiFiPhile
2026-05-18
midi2: boundary-aware drain in xfer_cb to keep UMP packets intact
Saulo Veríssimo
2026-05-17
midi2: drain pattern for RX FIFO
Saulo Veríssimo
2026-05-17
midi2: scale device buffers with EPSIZE
Saulo Veríssimo
2026-05-17
midi2: per-interface weak callbacks for UMP Stream config
Saulo Veríssimo
[next]