| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
HIDh tuh_hid_mounted() returns true before process set config is completed
|
|
Fix esp build
|
|
|
|
|
|
gschorcht/src/portable/synopsys/dwc2/fix_sof_int_handling
synopsys/dwc2: fix SOF interrupt handling
|
|
|
|
Update vendor_device.c fifo mutex config similar to cdc_device.c.
|
|
fix #2444 and other small things
|
|
|
|
|
|
|
|
fix of #2437 CDCh tuh_cdc_mounted() returns true before process config is completed
|
|
|
|
update video_capture
|
|
that does not use UART.
|
|
Enhance UVC decriptors and example
|
|
|
|
|
|
|
|
|
|
|
|
use struct to define uvc descriptor for video_capture since uvc is
rather too complicated to use macro templates
|
|
|
|
|
|
|
|
This reverts commit 611f9d948be47b96520e84773525b9b79d3c7189, reversing
changes made to a7de4ac9b7a2dfb1fa44921fb0f41f249c8cdd5e.
|
|
|
|
#define TUD_VIDEO_DESC_CS_VS_FRM_MJPEG_DISC
|
|
bump up to actions/setup-python@v5
|
|
|
|
house keeping uvc example
|
|
|
|
|
|
Retry hil s3
|
|
|
|
|
|
|
|
kasjer/kasjer/audio_device-fix-unused-param-warning
audio_device: Fix unused variable warning
|
|
In some configurations local variable p_desc_parse_for_params
is declared and never used resulting in warning that can
be escalated to build error (for mynewt)
Now variable is surrounded with same preprocessor condition
as function that uses it audiod_parse_for_AS_params()
|
|
initial support of CH34x CDC device
|
|
|
|
|
|
- add typedef for cdc enum
|
|
|
|
- add ch34x_set_line_coding()
|
|
|
|
- change ch34x_xfer_get_itf_num() to simply 0
|