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
2021-02-19
add TU_FIFO_INIT() to help with tu_fifo declaration
hathach
2021-02-16
This fixes the overflow mathmatic in the fifo
Nicholas R Dinsmore
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-25
Fix wrong comments, rename pos to offset, rename overflow().
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-14
Implementation done, yet to be tested.
Reinhard Panhuber
2020-09-03
New function to modify fifo overwritability
Jan Dümpelmann
2020-01-15
Normalize line endings
Nathan Conrad
2019-05-14
update license year to 2019
hathach
2019-03-20
migrate license from BSD 3 clause to MIT
hathach
2018-12-05
add role to OSAL_QUEUE_DEF() to disable correct dcd/hcd isr
hathach
2018-11-13
added tud_cdc_write_str, tu_fifo only use mutex for RTOS config
hathach
2018-11-02
add mutex support (optional) for tu_fifo
hathach
2018-07-14
add device cdc wanted char callback, cdc peek
hathach
2018-07-04
rename fifo * to tu_fifo to avoid conflict with other module
hathach
2018-06-18
rename subfolder source to src
hathach