| Age | Commit message (Collapse) | Author |
|
|
|
|
|
TUSB_OPT_DEVICE_ENABLED still usable for backward compatible
|
|
|
|
|
|
|
|
correctly responded to TD 9.13 Set Configuration Test
|
|
|
|
|
|
|
|
- Add tud_audio_n_get_ep_out_ff(), tud_audio_n_get_ep_in_ff(),
tud_audio_n_get_rx_support_ff(), and tud_audio_n_get_tx_support_ff()
- Change get_linear_read/write_info() to return linear and wrapped part
at once
- Adjusted affected code in audio_device.c and tested with
audio_4_channel.
|
|
|
|
|
|
|
|
|
|
|
|
Implemented a special copy strategy to copy directly from the FIFO. This
function, however, is untested and should be regarded as unreliable
until somebody was able to test it
|
|
|
|
STM32F3 IRQ remap option and some minor improvements
|
|
|
|
|
|
|
|
Signed-off-by: Mengsk <[email protected]>
|
|
Pa039 : use of address of unaligned structure member.
Pe188: enumerated type mixed with another type.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add a note about pin remapping for the STM32F042Fx
|
|
|
|
|
|
samd21/samd51/stm32_fsdev
|
|
|
|
|
|
|
|
|
|
|
|
|
|
non-stack warning (probably mcu driver) should be suppressed in the
board.mk
|
|
|