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
/
tusb_fifo.c
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-10
remove expensive div in HWFIFO_ADDR_NEXT_N()
hathach
2026-03-08
tinyusb: fix hwfifo PMA pointer advance on ring buffer wrap
Siddharth Chandrasekaran
2026-03-05
add IAR warning flags to cmake build and fix them
hathach
2026-01-09
enable dedicated hwfifo for rp2
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-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-12
add back tu_fifo_discard_n() since it may be useful in the future.
hathach
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-10
remove tu_fifo_discard_n() and its usage
hathach
2025-12-10
change tu_fifo_clear()/tu_edpt_stream_clear() from return bool to void
hathach
2025-11-27
make vendor_read_* API() is only available when CFG_TUD_VENDOR_RX_BUFSIZE > 0
hathach
2025-11-27
add tu_fifo_discard_n() and tu_edpt_stream_discard()
hathach
2025-11-27
more rename
hathach
2025-11-27
more fifo refactor
hathach
2025-11-26
add tu_scatter_read32(), tu_scatter_write32() to simplify tu_fifo
hathach
2025-11-26
change tu_fifo_buffer_info_t layout
hathach
2025-11-22
hil stress test cdc
hathach
2025-11-22
hil stress test cdc
hathach
2025-11-22
more tusb fifo refactor: ff_peek_local() lock mutex if need to correct read p...
hathach
2025-11-21
more tu_fifo refactor
hathach
2025-11-21
add more unit tests for tu_fifo
hathach
2025-11-20
refactor tu_fifo, add tu_fifo_write/read/peek_n_access()
hathach
2025-11-12
migrate midi_device to use edpt stream API
hathach
2025-11-08
fix more alerts
hathach
2025-11-04
Fixed more alert found by PVS-Studio
hathach
2025-09-03
Fix obsolete cnt assignment in _tu_fifo_peek() overflow check
copilot-swe-agent[bot]
2025-03-24
device cdc: rename tud_cdc_configure_fifo/_t to tud_cdc_configure/_t
hathach
2024-08-16
Put break inside #if #endif
dp111
2024-04-29
Guard const addr fifo functions with TUP_MEM_CONST_ADDR.
HiFiPhile
2024-02-14
fixed #2469
IngHK
2023-07-02
made line ends consistent.
Lars Pötter
2023-01-07
minor clean up
hathach
2023-01-07
remove _ff_overflowed() due to lack of use
hathach
[next]