index
:
tinyusb.git
cdc_persistent
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/audio-fifo-priming
claude/mtp-data-phase-fixes
claude/usbh-enum-timeout
claude/wch-ch569-ch32h417-usb3
codex/class-reference-docs
codex/dfu-buffer-fix
copilot/fix-hil-tinyusb-job
dcd_ch32hs_spd
gh-pages
hil-openocd-recover-flasher
master
merge_os
port-embos
raw_gadget_review
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
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
2023-01-07
simplify _ff_correct_read_index()
hathach
2023-01-07
reverse idx2ptr() arguments to be consistent
hathach
2023-01-07
update advance_pointer/backward_pointer to use depth instead of fifo, also re...
hathach
2023-01-07
simplify _tu_fifo_count() and _tu_fifo_remaining(), also rename to _ff_count(...
hathach
2023-01-07
simplify and remove _tu_fifo_empty, _tu_fifo_full. Also correct full conditio...
hathach
2023-01-07
minor clean up
hathach
2023-01-06
minimize tu_fifo size to 16
hathach
2023-01-06
minor clean up
hathach
2023-01-06
Merge branch 'master' into fix-fifo-memory-overflow
hathach
2022-12-24
add tuh_cdc_peek()
hathach
2022-12-16
update fifo per PanRe review
hathach
2022-12-12
fix int conversion warnings
hathach
2022-12-10
clean up
hathach
2022-12-09
add fifo implementation note
hathach
2022-12-08
enhance tu fifo
hathach
2022-12-04
Fix typos
Bastien Nocera
2022-06-24
add more warning option, also fix -Wconversion with rp2040
hathach
2022-01-19
fix idfgh-6508: return type in tu_fifo_peek_n()
email
2022-01-19
fix locked mutex when fifo is full
hathach
2021-10-15
fix -Wcast-qual
hathach
2021-08-02
correct midi available with already stream read
hathach
2021-06-30
Force unsigned compare on advance_pointer.
MasterPhi
[next]