| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Zixun LI <[email protected]>
|
|
|
|
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
|
|
|
|
|
|
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
|
|
|
|
Signed-off-by: Zhihong Chen <[email protected]>
|
|
|
|
|
|
CFG_TUD_VENDOR_RX_BUFSIZE = 0
update vendor device to omit ep buf when dedicated hwfifo is supported
|
|
example for more robust
|
|
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
tusb_desc_device_qualifier_t.
Signed-off-by: Thomas Rubin <[email protected]>
|
|
|
|
# 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.
|
|
Signed-off-by: Mengsk <[email protected]>
|
|
tu_edpt_stream_open() does not clear fifo, allow for persistent stream when disconnect/reconnect
|
|
Fix more code alerts
|
|
|
|
# Conflicts:
# src/class/cdc/cdc_device.h
# src/class/msc/msc_device.c
# src/common/tusb_debug.h
|
|
|
|
audio: Implement support for variable EP in flow control fifo level
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
|
|
|
|
|
|
fix more alerts
disable IAR CStat since pvs-studio check is better integrated with clion
|
|
|
|
|
|
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
structure in order to meet coding guideliness
|
|
e.g. nanoCH32V305 board with the following settings:
- tusb_config.h
- #define CFG_TUD_VIDEO_STREAMING_EP_BUFSIZE 1024
- #define CFG_TUD_VIDEO_STREAMING_BULK 1
- #define CFG_EXAMPLE_VIDEO_DISABLE_MJPEG
- #define CFG_EXAMPLE_VIDEO_BUFFERLESS
and
- usb_descriptor.h
- #define FRAME_RATE 60
|