| Age | Commit message (Collapse) | Author |
|
|
|
|
|
constants.
|
|
|
|
in READMEs, and implement PMA
access stride (used on MCU's with 512 byte USB buffers).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- added soft connect for enable pull up register dcd stm32f4
|
|
|
|
Board update
|
|
|
|
STM32H7 Support
|
|
reads/writes to the FIFOs.
|
|
in the correct scope.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|