| Age | Commit message (Collapse) | Author |
|
|
|
[add] semaphore reset support for rt-thread
|
|
add tuh_cdc_peek()
|
|
|
|
fix incorrect rx buf in cdc
|
|
|
|
Support Host CDC
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tuh_cdc_write_available(), tuh_cdc_read_flush(), tuh_cdc_rx_cb()
callback
|
|
|
|
|
|
|
|
|
|
|
|
|
|
when LOG=1
|
|
|
|
TODO: first character seems not to get echoed. set control line state
seems to failed with LOG < 2
|
|
Update osal_freertos.h to fix FreeRTOS wrong task switch
|
|
add CDC_CONTROL_LINE_STATE_DTR/RTS, TUSB_INDEX_INVALID enum
|
|
Fix FreeRTOS task switch even if not required (unitialized variable usage)
|
|
|
|
add semaphore reset support for rt-thread
|
|
|
|
|
|
adding cdc host fifo tx/rx
|
|
|
|
|
|
start adding cdc_app.c to example
|
|
Update osal mutex
|
|
|
|
|
|
|
|
add macro to swallow mutex API in order to simplify code with mutex
|
|
|
|
fix midi MS Header wTotalLength computation
|
|
|
|
|
|
|
|
|