index
:
tinyusb.git
cdc_persistent
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/mtp-data-phase-fixes
claude/wch-ch569-ch32h417-usb3
codex/class-reference-docs
codex/dfu-buffer-fix
copilot/fix-hil-tinyusb-job
dcd_ch32hs_spd
gh-pages
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
2021-04-07
more cleanup
hathach
2021-04-07
remove tu_fifo_backward_write/read_pointer API
hathach
2021-04-07
more _ff_pull/push clean up
hathach
2021-04-07
clean up _ff_push_n
hathach
2021-04-07
use tu_unaligned_write32() for _ff_push_const_addr
hathach
2021-04-07
rename
hathach
2021-04-07
fix cast-align warning
hathach
2021-04-06
more clean up for _ff_pull_const_addr_in_full_words()
hathach
2021-04-06
refactor _ff_pull_n() with const addr
hathach
2021-04-03
Generalize audio driver for 3 audio functions plus a lot more.
Reinhard Panhuber
2021-03-25
Fix shadowing parameter in fifo.c
Reinhard Panhuber
2021-03-25
Implement unaligned word copy.
Reinhard Panhuber
2021-03-25
Rework to copy wrapped word bytes by byte in copy_to_cont_dst etc.
Reinhard Panhuber
2021-03-23
Fix bug in writing to constant src/dst address.
Reinhard Panhuber
2021-03-13
fix fifo unlock typo, also clean up a bit
hathach
2021-03-10
Implement audio PCM type I enc./decoding acc. to 2.3.1.5 Audio Streams
Reinhard Panhuber
2021-03-04
Adapt mutexes in fifo.c
Reinhard Panhuber
2021-03-04
Remove TODOs done.
Reinhard Panhuber
2021-03-04
Extend FIFO mutex to use separate write and read mutexes.
Reinhard Panhuber
2021-03-03
Fix unused parameter in _ff_push_copy_fct() and _ff_pull_copy_fct
Reinhard Panhuber
2021-03-02
Remove set_copy_modes(), implement:
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-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-20
Add __restrict keyword and memore alignment to src/dst pointer of
Reinhard Panhuber
2021-01-18
Explicitly add cast to uint32_t before shifting uint8 to left
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-12-23
Fix IAR error on memcpy and warnings.
HiFIPhile
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
2020-11-04
Merge remote-tracking branch 'hathach/master' into cdc_without_dtr
Jan Dümpelmann
2020-09-26
Change modulo substitute to while ( idx >= depth) idx -= depth;
Reinhard Panhuber
2020-09-25
Fix wrong comments, rename pos to offset, rename overflow().
Reinhard Panhuber
2020-09-23
Fix bug in modulo substitute.
Reinhard Panhuber
2020-09-23
Change maximum depth to 2^15 which allows for a fast modulo substitute.
Reinhard Panhuber
2020-09-19
Final cleanup.
Reinhard Panhuber
2020-09-15
Tested, working.
Reinhard Panhuber
2020-09-14
Implementation done, yet to be tested.
Reinhard Panhuber
2020-09-03
New function to modify fifo overwritability
Jan Dümpelmann
2020-05-14
refactor copy to and from fifo
hathach
2020-05-13
Optimize FIFO for byte transfer.
Mengsk
2020-01-15
Normalize line endings
Nathan Conrad
2019-05-29
added usbd_edpt_xfer/usbd_edpt_busy to replace dcd_edpt_transfer/dcd_edpt_busy()
hathach
2019-05-14
update license year to 2019
hathach
2019-03-20
migrate license from BSD 3 clause to MIT
hathach
2018-12-13
osal clean up
hathach
2018-11-13
added tud_cdc_write_str, tu_fifo only use mutex for RTOS config
hathach
[next]