| Age | Commit message (Collapse) | Author |
|
update vendor_device.c for direct usbd xfer when either RX/TX BUFSIZE is 0 i.e CFG_TUD_VENDOR_TXRX_BUFFERED = 0
|
|
|
|
of bool. help to simplify parsing configuration
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Zixun LI <[email protected]>
|
|
CFG_TUSB_EDPT_STREAM_NO_FIFO_ENABLED
|
|
|
|
cdc device omit ep buffer when hwfifo is supported
|
|
|
|
tu_edpt_stream_open() does not clear fifo, allow for persistent stream when disconnect/reconnect
|
|
also add tud_midi_n_packet_write/read_n()
|
|
|
|
|
|
|
|
512 bytes for bulk in fullspeed mode.
|
|
|
|
is required for host and some device without RTOS.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add workflow_dispatch to all ci workflow
|
|
|
|
|
|
|
|
|
|
|