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
/
common
Age
Commit message (
Expand
)
Author
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-13
remove TUSB_MCU_VENDOR_ESPRESSIF, use ESP_PLATFORM for Espressif
hathach
2026-03-12
refactor(config): separate endpoint buffer sizes into RX and TX definitions f...
hathach
2026-03-11
rename .rx_multiple_packet_transfer to .rx_need_zlp
hathach
2026-03-11
Merge branch 'master' into zlp-hs-on-fs
hathach
2026-03-11
Merge pull request #3545 from hathach/remove-div-tusb-fifo
Ha Thach
2026-03-10
Merge pull request #3530 from hathach/hcd_ip3516
Ha Thach
2026-03-10
remove expensive div in HWFIFO_ADDR_NEXT_N()
hathach
2026-03-09
refactor: add desc_device_noheader_t to simplify get device descriptor local
hathach
2026-03-09
usbh device descriptor validation, also check ep size > 0
hathach
2026-03-08
tinyusb: fix hwfifo PMA pointer advance on ring buffer wrap
Siddharth Chandrasekaran
2026-03-06
fix CI
HiFiPhile
2026-03-06
Merge remote-tracking branch 'tinyusb/master' into hcd_ip3516
HiFiPhile
2026-03-06
Merge remote-tracking branch 'tinyusb/master' into samx7x_update
HiFiPhile
2026-03-05
add IAR warning flags to cmake build and fix them
hathach
2026-03-04
Merge branch 'master' into dwc2_deinit
hathach
2026-02-28
replace board_millis() with tusb_time_millis_api()
hathach
2026-02-27
add osal_time_millis() to osal requirement
hathach
2026-02-27
Merge remote-tracking branch 'tinyusb/master' into dwc2_deinit
HiFiPhile
2026-02-27
Fix IAR warnings
HiFiPhile
2026-02-27
dcd/samx7x: synchronize DMA and cache options
HiFiPhile
2026-02-26
refactor, rename to schedule function with usbh_call_after_ms() to use with e...
hathach
2026-02-11
fix rx transfer length when high speed capable device/host working at full speed
HiFiPhile
2026-02-11
Update tusb_verify.h
Cédric Berger
2026-02-11
Introduce CFG_TUSB_DEBUG_BREAKPOINT hook
Cédric Berger
2026-01-14
remove no-fifo mode in edpt stream API
hathach
2026-01-12
Fix compiler warning
Gabriel Chouinard
2026-01-09
enable dedicated hwfifo for rp2
hathach
2026-01-09
fix pre-commit, clean up tusb_mcu.h, add at32f45x to ci build
hathach
2026-01-09
Merge branch 'master' into fork/zhiqiang-ch/master
hathach
2026-01-06
Merge pull request #3441 from hathach/fifo-access-mode
Ha Thach
2026-01-06
fix more typo
Ha Thach
2026-01-06
fix typo
Ha Thach
2026-01-06
rename FSDEV_PMA_SIZE CFG_TUSB_FSDEV_PMA_SIZE
hathach
2026-01-06
enable dedidcated hwfifo for musb with odd access with 16-bit and 8-bit
hathach
2026-01-05
fix hwfifo pull/push n with address stride > 0
hathach
2026-01-04
update hcd rusb2 to use tu_hwfifo read/write
hathach
2026-01-03
fix build with dwc2
hathach
2026-01-03
add default access mode for tu_hwfifo API make it easier for non-custom read/...
hathach
2026-01-03
hwfifo support custom write/read
hathach
2026-01-03
add tu_hwfifo_access_t param to hwfifo API
hathach
2026-01-02
refactor hwfifo pull/push
hathach
2026-01-02
support multiple data stride if configured
hathach
2026-01-01
rusb2 use tu_hwfifo API to write usb packet
hathach
2026-01-01
change signature of tu_hwfifo_* to have hwfifo as first parameter
hathach
2026-01-01
minor refactor
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
[next]