| Age | Commit message (Collapse) | Author |
|
tuh_itf_info_t
|
|
|
|
temporarily disable codespell
|
|
|
|
|
|
fix: Change all static variables to thread when fuzzing
|
|
|
|
cdc_desc_func_telephone_call_state_reporting_capabilities_t
|
|
- keep each field at or under 16b
- For optimal packing, segment fields to 8b boundaries
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tuh_cdc_write_available(), tuh_cdc_read_flush(), tuh_cdc_rx_cb()
callback
|
|
|
|
|
|
|
|
|
|
|
|
TODO: first character seems not to get echoed. set control line state
seems to failed with LOG < 2
|
|
add CDC_CONTROL_LINE_STATE_DTR/RTS, TUSB_INDEX_INVALID enum
|
|
|
|
|
|
adding cdc host fifo tx/rx
|
|
|
|
|
|
start adding cdc_app.c to example
|
|
add macro to swallow mutex API in order to simplify code with mutex
|
|
|
|
|
|
|
|
|
|
-Wuninitialized, -Wunused, -Wredundant-decls
|
|
remove the usage of TUD_OPT_RHPORT in class driver
|
|
|
|
move usbh_edpt_open() to public API, remove rhport from its signature
|
|
|
|
|
|
|
|
|
|
|