| Age | Commit message (Collapse) | Author |
|
accesses is undefined
|
|
|
|
|
|
stm32_fsdev: Fix missed cases in single-buffered isochronous endpoint support.
|
|
|
|
Fix in multiple example codes, wrong descriptor device qualifier length.
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
tusb_desc_device_qualifier_t.
Signed-off-by: Thomas Rubin <[email protected]>
|
|
Doc: Typo in docs/integration.rst
|
|
Signed-off-by: Thomas Rubin <[email protected]>
|
|
Add is_isr parameter to dcd_edpt_xfer, dcd_edpt_xfer_fifo, usbd_edpt_xfer, and usbd_edpt_xfer_fifo functions
|
|
|
|
update changelog.rst
|
|
copilot/fix-dcd-edpt-xfer-issue
Signed-off-by: HiFiPhile <[email protected]>
|
|
|
|
release 0.20.0
|
|
|
|
|
|
fix more alerts
|
|
Co-authored-by: Copilot <[email protected]>
|
|
|
|
host/dwc2: cleanup transfer on device close
|
|
osal/none: add nested count to spin lock
|
|
|
|
dcd/dwc2: support ISO IN transfer when bInterval > 1
|
|
|
|
|
|
dcd/dwc2: fix EP0 multi-packet transfer logic
|
|
|
|
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
|
|
|
|
Fix link to Getting Started documentation
|
|
|
|
|
|
|
|
make dcd_edpt_iso_alloc/activate as default API for ISO endpoint
|
|
with espressif build
|
|
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.
|
|
Bufferless (on the fly) video data generation for the video device class
|
|
Signed-off-by: Mengsk <[email protected]>
|
|
Prevent tu_edpt_number() from returning an invalid endpoint number
|
|
migrate cdc device to edpt stream API
|
|
|
|
|
|
|
|
Co-authored-by: Copilot <[email protected]>
|
|
|