| Age | Commit message (Collapse) | Author |
|
vendor_write_flush() and write_available() only available when CFG_TUD_VENDOR_TX_BUFSIZE > 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pointer. More rename
|
|
|
|
|
|
|
|
also add tud_midi_n_packet_write/read_n()
|
|
|
|
|
|
Co-authored-by: hathach <[email protected]>
|
|
add tx_overwritabe_if_not_connected for cdc driver configure
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
rename to advance/backward_index
|
|
_ff_count() and _ff_remaining()
|
|
condition check
|
|
|
|
- remove non_used_index_space
- packed overwritable with item_size
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- handle/fix double overflowed with write()
- other minor clean upp
|
|
- 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()
|
|
|
|
-Wuninitialized, -Wunused, -Wredundant-decls
|
|
https://github.com/espressif/esp-idf/issues/8161
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add TODO for overflow in tusb_fifo.c
|
|
|
|
|