aboutsummaryrefslogtreecommitdiff
path: root/esp32_i2s_parallel.c
AgeCommit message (Collapse)Author
2021-02-17Rewrite DMA driver setup code.mrfaptastic
Evolutionary, not revolutionary. Vast improvement in double buffer swap speeds.
2021-02-16Revert "Minor changes"mrfaptastic
This reverts commit 3214cd643d93a212247bae92e4e9ac4ed20e02e3.
2021-02-15Minor changesmrfaptastic
* Fix double buffer example * Remove the I2S user clock config for simplicity - ESP32 turns out to be massively limited anyway to 20Mhz...
2021-02-10Update to 2.0.0mrfaptastic
Also known as the @vortigont release! Hooray!
2020-08-02Improvement to ensure DMA payload limit not hit.mrfaptastic
2020-07-30Clean up serial debugmrfaptastic
For final version 1.1.0
2020-07-29Improved memory checksmrfaptastic
2018-10-13Inital commitmrfaptastic
Very much work in progress. Terrible code. Aim is to make this Adafruit compatable.