summaryrefslogtreecommitdiff
path: root/src/drivers/dac.cpp
AgeCommit message (Expand)Author
2023-05-23Annote E V E R Y T H I N G with license infojacqueline
2023-04-21wrap driver instance ownership + di in a classjacqueline
2023-04-20Switch to an MVP-ready 16bit three wire DAC setupjacqueline
2023-04-20Working without big distortion :)jacqueline
2023-04-20working isr-based sink, but still grainyjacqueline
2023-04-19Pipeline working and outputting correctly, but noisyjacqueline
2023-04-19Ensure the sink buffer is large enough to not fully drain duringjacqueline
2023-04-19Redo pcm registers to include pagesjacqueline
2023-04-19new pipeline working(?), but the dac eludes mejacqueline
2023-04-19New pipeline building, still needs proper controljacqueline
2023-04-19mostly single task pipelinejacqueline
2023-03-30Update pinouts for R3jacqueline
2023-02-22Make a few init things fail less fatallyjacqueline
2023-02-21Tidy up pipeline and use arena capacity to test for overrunsjacqueline
2023-02-21Add logging to the DACjacqueline
2023-02-14Use the sync apis for I2S outputjacqueline
2023-02-10Mostly working pipeline, including proper EOF signallingjacqueline
2023-01-30Continue ironing out i2s pipelinejacqueline
2023-01-24Tolerate longer dac timeouts + i2c timeouts during bootupjacqueline
2023-01-21clang-formatjacqueline
2023-01-21Re-enable the parts of the audio pipeline that are workingjacqueline
2023-01-21build fixes for new compiler version and standardjacqueline
2022-12-06basic i2s output elementjacqueline
2022-11-16Order and group headers correctlyjacqueline
2022-11-16Use underscores instead of dashes in filenames consistentlyjacqueline
2022-11-07use a less fun but more descriptive namespacejacqueline
2022-11-07Split driver-y things into a separate componentjacqueline