| Age | Commit message (Collapse) | Author |
|
|
|
|
|
edpt stream only support no fifo mode if needed
|
|
|
|
|
|
remove hid host enumeration assumption
|
|
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
|
|
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
|
|
|
|
|
|
|
|
support rare case where hid descriptor is after endpoint descriptor
|
|
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
|