| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-03 | Fix obsolete cnt assignment in _tu_fifo_peek() overflow check | copilot-swe-agent[bot] | |
| Co-authored-by: hathach <[email protected]> | |||
| 2025-03-24 | device cdc: rename tud_cdc_configure_fifo/_t to tud_cdc_configure/_t | hathach | |
| add tx_overwritabe_if_not_connected for cdc driver configure | |||
| 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 ↵ | hathach | |
| rename to advance/backward_index | |||
| 2023-01-07 | simplify _tu_fifo_count() and _tu_fifo_remaining(), also rename to ↵ | hathach | |
| _ff_count() and _ff_remaining() | |||
| 2023-01-07 | simplify and remove _tu_fifo_empty, _tu_fifo_full. Also correct full ↵ | hathach | |
| condition check | |||
| 2023-01-07 | minor clean up | hathach | |
| 2023-01-06 | minimize tu_fifo size to 16 | hathach | |
| - remove non_used_index_space - packed overwritable with item_size | |||
| 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 | |
| - handle/fix double overflowed with write() - other minor clean upp | |||
| 2022-12-08 | enhance tu fifo | hathach | |
| - rename wr/rd absolute to index, and rel to pointer. - fix crash with _tu_fifo_remaining() - change get_relative_pointer() to idx2ptr() and merge with _ff_mod() | |||
| 2022-12-04 | Fix typos | Bastien Nocera | |
| 2022-06-24 | add more warning option, also fix -Wconversion with rp2040 | hathach | |
| -Wuninitialized, -Wunused, -Wredundant-decls | |||
| 2022-01-19 | fix idfgh-6508: return type in tu_fifo_peek_n() | ||
| https://github.com/espressif/esp-idf/issues/8161 | |||
| 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 | |
| 2021-06-30 | Fix fifo overflow correction. | Mengsk | |
| 2021-05-27 | more with clean up | hathach | |
| 2021-05-25 | fix warnings cast function type for nrf, fix pico osal warning | hathach | |
| add TODO for overflow in tusb_fifo.c | |||
| 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 | |
| Compilers always complain that variables set by function via pointer might be uninitialized so to avoid that return values are now delivered via struct. | |||
| 2021-04-23 | Implement functions to allow for DMA usage in audio driver. | Reinhard Panhuber | |
| - Add tud_audio_n_get_ep_out_ff(), tud_audio_n_get_ep_in_ff(), tud_audio_n_get_rx_support_ff(), and tud_audio_n_get_tx_support_ff() - Change get_linear_read/write_info() to return linear and wrapped part at once - Adjusted affected code in audio_device.c and tested with audio_4_channel. | |||
| 2021-04-07 | more cleanup | hathach | |
| 2021-04-07 | remove tu_fifo_backward_write/read_pointer API | hathach | |
| since it is illegal from fifo perspective | |||
| 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 | |
