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
/
fsdev_stm32.h
Age
Commit message (
Expand
)
Author
2026-07-02
license: use SPDX identifiers for src/ headers (#3749)
Ha Thach
2026-06-18
fix(stm32_fsdev): don't enable the unused USB wakeup EXTI IRQ (F1/F3/G4/L1)
hathach
2026-05-25
optimize interrupt handling time
HiFiPhile
2026-05-10
add stm32c5 support
HiFiPHile
2026-04-17
use single volatile counter
hathach
2026-04-10
debloat the workaround
HiFiPhile
2026-04-10
Allow STM32 FSDEV delay override macros to satisfy 32-bit guard
copilot-swe-agent[bot]
2026-04-09
Polish FSDEV delay code readability
copilot-swe-agent[bot]
2026-04-09
Clarify STM32U0 delay-default frequency usage
copilot-swe-agent[bot]
2026-04-09
Restore compile-time guard for STM32 FSDEV delay defaults
copilot-swe-agent[bot]
2026-04-09
Refactor STM32 FSDEV PMA errata delay into common helper
copilot-swe-agent[bot]
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-06
rename FSDEV_PMA_SIZE CFG_TUSB_FSDEV_PMA_SIZE
hathach
2025-12-31
update tu_fifo to work with fsdev hwfifo with increased address 16/32bit
hathach
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-25
dcd/fsdev: re-enable SBUF for STM32U0, no more issue
Zixun LI
2025-11-01
add STM32U3 device (adjusted from STM32U0)
tswan22
2025-09-29
Disable SBUF_ISO for U0
Mengsk
2025-09-29
Fix PMA size for U0
Mengsk
2025-09-12
Update comment
HiFiPhile
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-01
support stm32U0 device
Haefner, Martin
2024-08-02
more fsdev clean up
hathach
2024-07-31
rename to fsdev_type.h, use FSDDEV_REG instead of USB
hathach
2024-07-30
add edpt0_open(), slightly update dtog
hathach
2024-07-30
improve set endpoint
hathach
2024-06-21
Merge pull request #2676 from Okarss/fsdev_documentation
Ha Thach
2024-06-14
Update the STM32 documentation
Okarss
2024-05-30
Use correct backend.
Tinic Uro
2024-05-24
add ch32 support for fsdev driver. v20x can select fsdev or usbfs with make/c...
hathach