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
Age
Commit message (
Expand
)
Author
2026-06-23
dcd/ch32hs: implement speed selection
dcd_ch32hs_spd
HiFiPhile
2026-06-23
dcd/ch32hs: drop OUT packet whose data toggle doesn't match
HiFiPhile
2026-06-23
dcd/ch32hs: defer bus reset event for proper speed detection
HiFiPhile
2026-06-22
Merge remote-tracking branch 'origin/master' into add-ch58x-usbfs
hathach
2026-06-22
hw/bsp+wch: rename the CH58x family to ch583 and OPT_MCU_CH58X to OPT_MCU_CH583
hathach
2026-06-20
dcd/wch: drop toggle-mismatched OUT packets on all USBFS variants
hathach
2026-06-19
dcd/ch58x: preserve the DEV_ADDR general-purpose bit on SET_ADDRESS
hathach
2026-06-19
dcd/ch58x: drop stale EP0 transfer state on SETUP
hathach
2026-06-19
dcd/ch58x: report bus resume instead of a second suspend
hathach
2026-06-19
dcd/ch58x: advance EP0 OUT data toggle for multi-packet control transfers
hathach
2026-06-19
dcd/ch58x: keep IRQ masked across the EP-arming RMW in dcd_edpt_xfer
hathach
2026-06-19
dcd/ch58x: complete the EP register map and right-size EP buffers
hathach
2026-06-18
Merge pull request #3701 from hathach/claude/issue-3696-20260612-0344
Ha Thach
2026-06-18
fix(stm32_fsdev): don't enable the unused USB wakeup EXTI IRQ (F1/F3/G4/L1)
hathach
2026-06-18
dcd/ch58x: drive CH582/583 with shared dcd_ch32_usbfs.c
hathach
2026-06-18
Merge remote-tracking branch 'origin/master' into add-ch58x-usbfs
hathach
2026-06-18
dcd/ch32_usbfs: support CH32V103 combined endpoint control register
hathach
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-06-11
Merge remote-tracking branch 'origin/master' into musb_ep0_race
hathach
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-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
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-05-29
dwc2: process IN EP before OUT
HiFiPhile
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-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
[next]