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
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
2021-07-13
add option to silent a driver log
hathach
2021-06-18
Changed order of struct initializer to avoid compiler error
Ned Konz
2021-05-27
more with clean up
hathach
2021-05-27
clean up
hathach
2021-05-02
some text fomarting, update unit test to test get buffer info for fifo
hathach
2021-04-30
Remove n from tu_fifo_get_write_info() and fix bug in vendor class
Reinhard Panhuber
2021-04-30
Comment cleanup
Reinhard Panhuber
2021-04-30
Remove variable n in tu_fifo_get_read_info()
Reinhard Panhuber
2021-04-30
Remove all remainings with peek_at
Reinhard Panhuber
2021-04-30
Remove offset feature from fifo.c
Reinhard Panhuber
2021-04-30
Change read infos to pointer type
Reinhard Panhuber
2021-04-23
Change tu_fifo_get_linear_write/read_info() to return a struct
Reinhard Panhuber
2021-04-23
Implement functions to allow for DMA usage in audio driver.
Reinhard Panhuber
2021-04-07
remove tu_fifo_backward_write/read_pointer API
hathach
2021-03-23
Fix bug in writing to constant src/dst address.
Reinhard Panhuber
2021-03-10
Merge remote-tracking branch 'upstream/edpt_ISO_xfer' into edpt_ISO_xfer
Reinhard Panhuber
2021-03-10
Implement audio PCM type I enc./decoding acc. to 2.3.1.5 Audio Streams
Reinhard Panhuber
2021-03-10
fix ci build with rp2040
hathach
2021-03-10
fix build with freertos
hathach
2021-03-04
Extend FIFO mutex to use separate write and read mutexes.
Reinhard Panhuber
2021-03-02
Remove set_copy_modes(), implement:
Reinhard Panhuber
2021-02-25
Revert tusb_fifo.h include form to original.
Reinhard Panhuber
2021-02-23
Fix missing , in tusb_fifo.h
Reinhard Panhuber
2021-02-23
Merge remote-tracking branch 'upstream/master' into edpt_ISO_xfer
Reinhard Panhuber
2021-02-19
add TU_FIFO_INIT() to help with tu_fifo declaration
hathach
2021-02-18
Exclude #include "osal/osal.h" for OPT_OS_NONE
Reinhard Panhuber
2021-02-18
Add #include "osal/osal.h" in tu_fifo.h
Reinhard Panhuber
2021-02-18
Correct for wrong pointer type in audio_device.c
Reinhard Panhuber
2021-02-17
Merge remote-tracking branch 'upstream/master' into edpt_ISO_xfer
Reinhard Panhuber
2021-02-17
Improve tu_fifo capabilites
Reinhard Panhuber
2021-02-16
This fixes the overflow mathmatic in the fifo
Nicholas R Dinsmore
2021-01-18
Clean up
Reinhard Panhuber
2021-01-18
Add FIFO copy modes: tu_fifo_copy_mode_t
Reinhard Panhuber
2021-01-17
Add tu_fifo_read_n_into_other_fifo() to copy into from FIFO into another
Reinhard Panhuber
2020-11-23
add tud_ready() check in tud_cdc_n_write_flush()
hathach
2020-11-18
Implementation of the discussed changes
Jan Dümpelmann
[next]