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_common.h
Age
Commit message (
Expand
)
Author
2026-07-02
license: use SPDX identifiers for src/ headers (#3749)
Ha Thach
2026-04-17
fix some Wconversion warnings
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-02-05
reverse pma size check to reduce duplication
hathach
2026-01-26
fix stm32u0 data stride
Zixun LI
2026-01-06
rename FSDEV_PMA_SIZE CFG_TUSB_FSDEV_PMA_SIZE
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-11-27
Add fsdev_deinit
Zixun LI
2025-11-27
extract core reset
Zixun LI
2025-11-25
fsdev: reorganize functions
HiFiPhile
2024-07-31
rename to fsdev_type.h, use FSDDEV_REG instead of USB
hathach
2024-07-31
refactor dcd_ep_ctr_handler
hathach
2024-07-31
rename to ep_read/write(), drop USBx argument
hathach
2024-07-31
remove all pcd ep read, modify write
hathach
2024-07-31
fix ep_add_dtog()
hathach
2024-07-31
clean up dcd_edpt_stall/clear_statll
hathach
2024-07-31
improve using ep_add_status/ep_add_dtog
hathach
2024-07-31
correct ep toggle bit
hathach
2024-07-30
add edpt0_open(), slightly update dtog
hathach
2024-07-30
improve set endpoint
hathach
2024-07-30
move align buffer to pma_alloc()
hathach
2024-07-30
refactor btable_set_rx_bufsize()
hathach
2024-07-30
more btable set/get clean up
hathach
2024-07-26
implement btable_set_addr/count
hathach
2024-07-25
refactor btable tx/rx into arr[2]
hathach
2024-07-25
simplify btable rx/tx count/address access
hathach
2024-07-23
fsdev read/write packet use unaligned function
hathach
2024-06-14
[STM32 FSDEV] Simplify toggle bit logic
Okarss
2024-05-24
add ch32 support for fsdev driver. v20x can select fsdev or usbfs with make/c...
hathach