| Age | Commit message (Collapse) | Author |
|
sense. Probably adding too many concurance issues; need to figure out
semaphores.
|
|
indicator pulse
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
from signed char to int32_t
|
|
|
|
|
|
|
|
maybe refactor later
|
|
|
|
|
|
|
|
tud_vendor_control_request_cb/complete_cb
|
|
|
|
|
|
|
|
|
|
usbd control transfer
rename usbd_control_transfer/status to tud_control_transfer/status
|
|
control_complete
|
|
|
|
|
|
tud_midi_mounted()
|
|
|
|
|
|
|
|
|
|
|
|
rename TUSB_DESC_CLASS_SPECIFIC to TUSB_DESC_CS_INTERFACE
|
|
|
|
|
|
|
|
- improve fifo write/read_n with only one lock
- use usbd_edpt_xfer/usbd_edpt_busy for hid/cdc/msc class driver
- replace cdc read's pending_read_from_host by usbd_edpt_busy()
|
|
- add hid_test_js
|
|
- depending on compiler option "char" can be intepreted as unsigned char
|
|
|
|
|
|
|
|
|
|
|
|
callback
|
|
- remove tud_desc_set.hid_report
- remove tud_desc_set_t
|
|
tud_msc_capacity_cb() get zero size
|