| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
samg fifo is accessed byte by byte (although the register is 32 bit).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Audio format and parameters are parsed from descriptors thus user no
longer needs to give them explicitely
- Tested for 4 channel software type I PCM encoding with 16 bit with 1
channel per FIFO and 2 channels per FIFO (this is I2S specific)
|
|
Enhance midi
|
|
more data from usb fifo
|
|
|
|
also add deprecated for warning and rename hint
|
|
|
|
|
|
|
|
rename
|
|
Add support for GR-CITRUS
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Rafael Silva <[email protected]>
|
|
Signed-off-by: Rafael Silva <[email protected]>
|
|
Copying has to be conduct in full words (at least for STM32). Renamed
copy function to tu_fifo_write_n_const_addr_full_words()
|
|
fix race condition that could cause drop packet of Bulk OUT transfer
|
|
NRF_USBD->SIZE.EPOUT[epnum] only need to write once to enable
Bulk/Interrupt transfer. We only need to do it in dcd_edpt_open() and
dcd_edpt_clear_stall()
|
|
USB TMC Updates
|
|
|
|
Fix buffer alignment in TMC device class
|
|
|
|
|
|
|
|
* update change log for release
* move changelog into docs/
* more changelog
* increase macro version
|