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.h
Age
Commit message (
Expand
)
Author
2026-07-02
license: use SPDX identifiers for src/ headers (#3749)
Ha Thach
2026-03-05
add IAR warning flags to cmake build and fix them
hathach
2026-02-27
Fix IAR warnings
HiFiPhile
2026-01-06
fix more typo
Ha Thach
2026-01-06
fix typo
Ha Thach
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
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
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
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-12-06
edpt stream only support non-fifo mode if needed CFG_TUSB_EDPT_STREAM_NO_FIFO...
hathach
2025-11-27
add tu_fifo_discard_n() and tu_edpt_stream_discard()
hathach
2025-11-27
more rename
hathach
2025-11-26
change tu_fifo_buffer_info_t layout
hathach
2025-11-26
Merge branch 'master' into xfer-fifo
hathach
2025-11-25
fifo: fix IAR Warning[Pa082]: undefined behavior: the order of volatile acces...
Zixun LI
2025-11-22
more tusb fifo refactor: ff_peek_local() lock mutex if need to correct read p...
hathach
2025-11-21
edpt stream support xfer_fifo for device CFG_TUD_EDPT_DEDICATED_HWFIFO
hathach
2025-11-21
more tu_fifo refactor
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-10-28
fix Identifiers that start with '__' or '_[A-Z]' are reserved.
hathach
2024-09-03
make function prototypes match ( found by cppcheck)
dp111
2024-05-06
Merge pull request #2618 from HiFiPhile/fifo_const_split
Ha Thach
2024-05-02
add cmake for pi zero (renamed from pi zero_w), build but the flash size seem...
hathach
2024-04-29
Guard const addr fifo functions with TUP_MEM_CONST_ADDR.
HiFiPhile
2024-03-22
code format
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-16
update fifo per PanRe review
hathach
2022-12-15
use OSAL_MUTEX_REQUIRED to replace CFG_FIFO_MUTEX/TUSB_OPT_MUTEX
hathach
2022-12-12
fix int conversion warnings
hathach
2022-12-09
add fifo implementation note
hathach
2022-12-08
enhance tu fifo
hathach
2022-12-04
Fix typos
Bastien Nocera
[next]