| Age | Commit message (Collapse) | Author |
|
|
|
|
|
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
|
|
example for more robust
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Conflicts:
# src/common/tusb_fifo.h
|
|
accesses is undefined
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pointer. More rename
|
|
cdc device omit ep buffer when hwfifo is supported
|
|
|
|
|
|
|
|
copilot/fix-dcd-edpt-xfer-issue
Signed-off-by: HiFiPhile <[email protected]>
|
|
|
|
Co-authored-by: Copilot <[email protected]>
|
|
|
|
host/dwc2: cleanup transfer on device close
|
|
osal/none: add nested count to spin lock
|
|
|
|
|
|
|
|
use uint8_t for dfu state and status to reduce size
|
|
|
|
# Conflicts:
# examples/device/dfu/src/usb_descriptors.c
# examples/device/dfu_runtime/src/usb_descriptors.c
# src/device/usbd_control.c
# src/portable/synopsys/dwc2/dcd_dwc2.c
|
|
|
|
|
|
|
|
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.
|
|
Signed-off-by: Mengsk <[email protected]>
|
|
Prevent tu_edpt_number() from returning an invalid endpoint number
|
|
Co-authored-by: Copilot <[email protected]>
|