circuitpython/ports
Dan Halbert 59b89fdc5c Fix various audio DMA issues:
RP2040 and SAMD51:
- Detect when DMA has finished, and stop DMA audio explicitly.
- Do not accidentally reuse `first_buffer` supplied by WaveFile or RawSample. Always realloc `first_buffer` and `second_buffer`

RP2040:
- When audio playing is stopped, write a final zero to the output register. This prevents residual PWM tones.
- Handle buffer size for 8-bit samples properly for 16-bit output.
- Fail on some edge cases (which may not be possible at the moment).
2021-08-09 09:47:13 -04:00
..
atmel-samd Fix various audio DMA issues: 2021-08-09 09:47:13 -04:00
cxd56 Merge pull request #5067 from tannewt/pulseout_switch 2021-07-28 14:58:06 -04:00
esp32s2 Merge pull request #5094 from jepler/quirc 2021-08-07 09:30:20 +05:30
litex count in/out endpoints; allow more usb modules on low-endpoint boards 2021-05-13 21:59:02 -04:00
mimxrt10xx Merge pull request #5067 from tannewt/pulseout_switch 2021-07-28 14:58:06 -04:00
nrf Merge pull request #5094 from jepler/quirc 2021-08-07 09:30:20 +05:30
raspberrypi Fix various audio DMA issues: 2021-08-09 09:47:13 -04:00
stm Add WeAct manufacturer for black pill boards 2021-08-06 16:06:16 +09:00
unix enable qrio in unix coverage build, and add a test 2021-08-05 12:24:07 -05:00