| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
There is still issue with cdc_msc_hid example
|
|
|
|
|
|
|
|
|
|
|
|
year for nxp mcu
|
|
|
|
|
|
|
|
|
|
that compiles.
|
|
|
|
|
|
midi_device: Send message classes C and D as 2 bytes
|
|
.. sending these as two 1-byte messages with CIN of 0xF is
misinterpreted by OSes including Windows 10 and (reportedly)
Mac.
Testing performed: Ran the reproducer script, which sends Program
Change (0xCx) messages. I did not check with Change Pressure (0xDx)
messages, but expect the same thing.
Closes: #98
|
|
|
|
|
|
|
|
- remove TUD_WEBUSB_URL_DESCRIPTOR to avoid flexible array member (C++
forbid in strict mode)
- remove unused TUD_DESC_STRLEN/TUD_DESC_STR_HEADER/TUD_DESC_STR_HEADER
|
|
from signed char to int32_t
|
|
|
|
|
|
|
|
webusb work with linux & macos
|
|
|
|
|
|
|
|
maybe refactor later
|
|
|
|
|
|
|
|
tud_vendor_control_request_cb/complete_cb
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
usbd control transfer
rename usbd_control_transfer/status to tud_control_transfer/status
|