| Age | Commit message (Collapse) | Author |
|
|
|
|
|
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
|
|
|
|
Code was only reading the first 64 bytes of a 512 bytes packet.
|
|
|
|
|
|
Hid fido
|
|
|
|
|
|
|
|
add user arg to all scsi command API that support complete callback
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
do not apply storage attributes to member of struct
|
|
|
|
|
|
to the host
|
|
|
|
Add support for MJPEG on UVC
|
|
|
|
|
|
|
|
|
|
|
|
|
|
IAR generates warning Pe546 'transfer of control bypasses initialization of
variable "invInvTag"'.
|
|
This affects struct rspMsg in usbtmc_app.c (unconditionally) and uint8_t
termChar in usbtmc_device.c (when NDEBUG is defined). IAR generates warning
Pe550 'variable was set but never used'.
|
|
IAR generates warning Pa089 'enumerated type mixed with another enumerated
type'.
|