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
/
st
/
stm32_fsdev
/
dcd_stm32_fsdev.c
Age
Commit message (
Expand
)
Author
2026-07-09
dcd(fsdev): don't disarm an armed endpoint on clear-halt toggle reset
hathach
2026-07-02
license: use SPDX identifiers for src/ headers (#3749)
Ha Thach
2026-06-18
dcd/stm32_fsdev: restore CH32 EP0 CONTROL type when stalling
hathach
2026-06-18
dcd/stm32_fsdev: restore CH32 EP0 CONTROL type atomically with arming
hathach
2026-06-18
dcd/stm32_fsdev: tidy CH32 EP0 setup parsing and whitespace
hathach
2026-06-18
dcd/stm32_fsdev: make CH32 ep0_set_type read-modify-write atomic
hathach
2026-06-12
Merge branch 'master' into ch32_fsdev
Ha Thach
2026-05-25
optimize interrupt handling time
HiFiPhile
2026-05-24
dcd/stm32_fsdev: workaround CH32 EP0 premature OUT ACK
HiFiPhile
2026-05-10
add stm32c5 support
HiFiPHile
2026-04-23
Merge pull request #3590 from hathach/copilot/extract-hcd-pma-buffer-errata-w...
Ha Thach
2026-04-17
fix some Wconversion warnings
hathach
2026-04-10
debloat the workaround
HiFiPhile
2026-04-09
Refactor STM32 FSDEV PMA errata delay into common helper
copilot-swe-agent[bot]
2026-03-18
fix bugs in fsdev hcd, dcd and midi host stream write
hathach
2026-03-16
clean up fsdev symbols
hathach
2026-03-16
Unify USB FSDEV driver implementation for various microcontrollers. Replace `...
hathach
2026-03-16
Consolidate USB FSDEV register definitions for STM32, CH32, and AT32 microcon...
hathach
2026-01-24
Fix macro directive for FSDEV of CH32V20x
Mitsumine Suzu
2026-01-06
rename FSDEV_PMA_SIZE CFG_TUSB_FSDEV_PMA_SIZE
hathach
2026-01-03
add default access mode for tu_hwfifo API make it easier for non-custom read/...
hathach
2026-01-03
add tu_hwfifo_access_t param to hwfifo API
hathach
2026-01-01
change signature of tu_hwfifo_* to have hwfifo as first parameter
hathach
2025-12-31
replace PMA buffer packet read/write by using tu_hwfifo API
hathach
2025-12-31
add separate tu_hwifo_*() with data from buffer/software fifo. Remove duplica...
hathach
2025-12-31
update tu_fifo to work with fsdev hwfifo with increased address 16/32bit
hathach
2025-11-27
Remove redundant EP reg clear
Zixun LI
2025-11-27
Add fsdev_deinit
Zixun LI
2025-11-27
extract core reset
Zixun LI
2025-11-26
Merge remote-tracking branch 'tinyusb/master' into hcd_fsdev
Zixun LI
2025-11-25
fsdev: reorganize functions
HiFiPhile
2025-11-25
hcd: add fsdev driver
HiFiPhile
2025-11-23
stm32_fsdev: Fix missed cases in single-buffered isochronous endpoint support.
milek7
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-09-29
Fix warning
Mengsk
2025-09-12
Merge branch 'master' into sb-ep
HiFiPhile
2025-07-07
support at32 mcu
zhiqiang
2025-06-25
stm32_fsdev: Allow configuring single-buffered isochronous endpoints.
milek7
2024-11-27
Add support for the STM32C0 and the NUCLEO-C071RB.
David (Pololu)
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-08-13
Fix double buffer not disabled for smaller devices.
HiFiPhile
2024-08-13
Fix buf_id read for ISO transfer.
HiFiPhile
2024-08-13
Fix tusb_dir_t warning.
HiFiPhile
2024-08-12
fix more race with ch32v203 and setup when queuing zlp.
hathach
2024-08-08
refactor read/write pma from/to fifo
hathach
2024-08-08
revert the use of EP_KIND. ch32v203 seems to unconditionally accept ZLP on EP...
hathach
2024-08-08
use EP_KIND for STATUS OUT to fix OUT packet is auto accepted after SETUP wit...
hathach
[next]