| Age | Commit message (Collapse) | Author |
|
reads/writes to the FIFOs.
|
|
in the correct scope.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
cdc_msc_hid: Limit number of endpoints used by STM32F4 for demo.
|
|
|
|
format travis build
|
|
|
|
logos !!!
|
|
|
|
|
|
merge dcd/hal_nrf5x.c into dcd/dcd_nrf5x.c
|
|
|
|
|
|
|
|
update from Develop
|
|
|
|
|
|
|
|
- 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
|
|
|
|
resolve #35 (vendor class), implement #86 (webusb)
|
|
|
|
|
|
|
|
|
|
|
|
webusb work with linux & macos
|
|
|
|
|
|
|
|
|
|
|
|
maybe refactor later
|