| Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
- add typedef for cdc enum
|
|
|
|
- add ch34x_set_line_coding()
|
|
|
|
- change ch34x_xfer_get_itf_num() to simply 0
|
|
- update ch34x_get_lcr and ch34x_get_factor_divisor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cdc_ch34x_support
|
|
|
|
|
|
|
|
# Conflicts:
# src/class/cdc/cdc_host.c
|
|
CFG_TUH_CDC_FTDI/CP210X_VID_PID_LIST which contains both vid and pid.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Allow external definition of TU_CP210X_PID_LIST
|
|
|
|
|
|
|
|
Hid set protocol pr
|
|
|
|
|
|
to tusb_option.h and mandatory for BTH driver
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|