| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- change API of tuh_control_xfer and its callback
- rename tuh_control_complete_cb_t to tuh_control_xfer_cb_t
- add user argument to control callback
- migrate usbh and hub
|
|
move debug utils to new header
|
|
|
|
TUSB_OPT_DEVICE_ENABLED still usable for backward compatible
|
|
|
|
|
|
|
|
|
|
mostly clean up magic number
|