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
Age
Commit message (
Expand
)
Author
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 rusb2 hcd_port_connect_status() using line state, add post root reset del...
hathach
2026-01-03
fix build with dwc2
hathach
2026-01-03
rusb2 move tu_hwfifo_write() to rusb2_common.c
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
2025-12-31
re-branding fixed address fifo read/write to stride mode
hathach
2025-12-30
tusb_fifo remove item_size make it fifo of bytes
hathach
2025-12-16
make fifo access mode fixed addr work with 16 bit also
hathach
2025-12-15
minor update
hathach
2025-12-15
Merge branch 'master' into enum_catch
hathach
2025-12-15
Merge pull request #3364 from hathach/hcd_fsdev
Ha Thach
2025-12-15
Merge branch 'refs/heads/master' into enum_catch
hathach
2025-12-15
minor clean up
hathach
2025-12-13
tusb: fix stream write logic without fifo
HiFiPhile
2025-12-13
Merge pull request #3358 from hathach/dwc2_cfg
Ha Thach
2025-12-13
Merge branch 'refs/heads/master' into hcd_fsdev
hathach
2025-12-13
Merge pull request #3407 from hathach/rusb2_fifo_fix
Ha Thach
2025-12-12
Merge branch 'refs/heads/master' into audio_open
hathach
2025-12-12
usbh/cdc: fix typo in cdch_open
HiFiPhile
2025-12-12
Merge pull request #3402 from hathach/more-size-reduce-edpt-stream
Ha Thach
2025-12-12
add back tu_fifo_discard_n() since it may be useful in the future.
hathach
2025-12-11
dcd/rusb2: fix fifo write
HiFiPhile
2025-12-12
fix edpt stream write/read to endpoint not yet opened
hathach
2025-12-12
remove bitfield in usbd_device_t state to reduce code size
hathach
2025-12-11
move host hacked bulk mps out of tu_edpt_validate()
hathach
2025-12-11
refactor usbh_class_driver_t's open() to return number of driver len instead ...
hathach
2025-12-11
refactor binding ep and interface to driver
hathach
2025-12-10
move hwid into edpt stream for consistent API
hathach
2025-12-10
Merge pull request #3401 from hathach/copilot/fix-mtp-device-bug
Ha Thach
2025-12-10
minor format
hathach
2025-12-10
Merge branch 'master' into more-size-reduce-edpt-stream
hathach
2025-12-10
only validate endpoint tu_edpt_validate() when debug enabled
hathach
2025-12-10
disable HWFIFO musb and rusb2, since they are not tested yet
hathach
2025-12-10
revert the usbd_edpt_xfer_fifo guard
hathach
2025-12-10
Merge branch 'master' into hwfifo_post
hathach
2025-12-10
remove tu_fifo_discard_n() and its usage
hathach
2025-12-10
flatten cdc tx,rx stream
hathach
2025-12-10
change tu_fifo_clear()/tu_edpt_stream_clear() from return bool to void
hathach
2025-12-10
Fix MTP transfer completion detection for exact-length packets
copilot-swe-agent[bot]
[next]