| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
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
|
|
add CDC_CONTROL_LINE_STATE_DTR/RTS, TUSB_INDEX_INVALID enum
|
|
|
|
|
|
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
|
|
|
|
usbtmc: correct packet size bug
|
|
|
|
Use macro argument instead of 0x16 constant value.
At least Linux kernel was complaining about this value:
"config 1 interface 0 altsetting 0 endpoint 0x82 has an invalid bInterval 22, changing to 8"
(warning obtained using usbtmc device config)
|
|
Code was only reading the first 64 bytes of a 512 bytes packet.
|
|
|
|
|
|
Hid fido
|
|
|
|
Allow the use of non-static allocation for FreeRTOS mutexes & queues
|
|
configSUPPORT_DYNAMIC_ALLOCATION only
note: for example to build with configSUPPORT_STATIC_ALLOCATION = 0, one
of heap_n.c must be included in makefile/cmake
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix RP2040 Issue 1721
|
|
|
|
when starting up
|