| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Zixun LI <[email protected]>
|
|
CFG_TUSB_EDPT_STREAM_NO_FIFO_ENABLED
|
|
vendor_write_flush() and write_available() only available when CFG_TUD_VENDOR_TX_BUFSIZE > 0
|
|
CFG_TUD_VENDOR_RX_BUFSIZE = 0
update vendor device to omit ep buf when dedicated hwfifo is supported
|
|
|
|
|
|
|
|
|
|
|
|
# Conflicts:
# src/common/tusb_fifo.h
|
|
accesses is undefined
|
|
|
|
|
|
pointer. More rename
|
|
cdc device omit ep buffer when hwfifo is supported
|
|
|
|
|
|
|
|
make dcd_edpt_iso_alloc/activate as default API for ISO endpoint
|
|
as default driver implementation. dcd_edpt_close() is deprecated and will be removed from all driver in the future.
|
|
as default driver implementation. dcd_edpt_close() is deprecated and will be removed from all driver in the future.
|
|
Prevent tu_edpt_number() from returning an invalid endpoint number
|
|
|
|
tu_edpt_stream_open() does not clear fifo, allow for persistent stream when disconnect/reconnect
|
|
also add tud_midi_n_packet_write/read_n()
|
|
Fix more code alerts
|
|
|
|
|
|
Add STM32U3 Device
|
|
Co-authored-by: Copilot <[email protected]>
|
|
|
|
|
|
fix more alerts
disable IAR CStat since pvs-studio check is better integrated with clion
|
|
|
|
|
|
|
|
|
|
not defined
|
|
|
|
|
|
Signed-off-by: HiFiPhile <[email protected]>
|