| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set_line_coding_stage1_complete() to be reused by FTDI & CP210x
|
|
0 is also valid
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_internal_control_complete() and moved them into driver's sections. no functional change
|
|
|
|
Helper. no functional changes
|
|
slightly change cdc_msc_freertos example
|
|
|
|
msc_device: Fix check for including MSC lookup tables
|
|
|
|
HIDh tuh_hid_mounted() returns true before process set config is completed
|
|
Update vendor_device.c fifo mutex config similar to cdc_device.c.
|
|
|
|
|
|
|
|
fix of #2437 CDCh tuh_cdc_mounted() returns true before process config is completed
|
|
|
|
update video_capture
|
|
|
|
|
|
|
|
use struct to define uvc descriptor for video_capture since uvc is
rather too complicated to use macro templates
|
|
|
|
#define TUD_VIDEO_DESC_CS_VS_FRM_MJPEG_DISC
|
|
|
|
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()
|
|
The _msc_scsi_cmd_lookup and _msc_scsi_cmd_table variables are needed
when logging is enabled for the MSC device via CFG_TUD_MSC_LOG_LEVEL.
Update the preprocessor check around them to use that definition when
deciding whether to define those variables.
Closes #2419
|
|
|