| Age | Commit message (Collapse) | Author |
|
* license: use SPDX identifiers for src/ headers
Replace the full ~20-line MIT license boilerplate on every src/ file with a
two-line SPDX tag (SPDX-FileCopyrightText + SPDX-License-Identifier), following
the REUSE convention used by CircuitPython and the Linux kernel. Removes ~3500
lines of duplicated boilerplate.
|
|
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Co-authored-by: Copilot <[email protected]>
|
|
Co-authored-by: Copilot <[email protected]>
|
|
|
|
|
|
read/write
|
|
|
|
|
|
|
|
|
|
|
|
|
|
duplicated packet write/read for fsdev
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CFG_TUSB_EDPT_STREAM_NO_FIFO_ENABLED
|
|
|
|
|
|
|
|
# Conflicts:
# src/common/tusb_fifo.h
|
|
accesses is undefined
|
|
pointer. More rename
|
|
cdc device omit ep buffer when hwfifo is supported
|
|
|
|
|
|
also add tud_midi_n_packet_write/read_n()
|
|
|
|
fix compiling with nuc family
|
|
|
|
tusb_fifo: skip constant address functions if not used
|
|
seem wrong (only 24 bytes for text)
|
|
|
|
|
|
- remove non_used_index_space
- packed overwritable with item_size
|
|
|
|
|
|
|
|
add macro to swallow mutex API in order to simplify code with mutex
|
|
|
|
- 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()
|
|
|