index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
drivers
/
dac.cpp
Age
Commit message (
Collapse
)
Author
2023-06-07
R4 pre-emptive bringup
jacqueline
Includes stripping out the IC-specific I2S stuff, and doing more manual volume control using pots
2023-05-23
Annote E V E R Y T H I N G with license info
jacqueline
2023-04-21
wrap driver instance ownership + di in a class
jacqueline
2023-04-20
Switch to an MVP-ready 16bit three wire DAC setup
jacqueline
2023-04-20
Working without big distortion :)
jacqueline
2023-04-20
working isr-based sink, but still grainy
jacqueline
2023-04-19
Pipeline working and outputting correctly, but noisy
jacqueline
2023-04-19
Ensure the sink buffer is large enough to not fully drain during
jacqueline
playback
2023-04-19
Redo pcm registers to include pages
jacqueline
2023-04-19
new pipeline working(?), but the dac eludes me
jacqueline
2023-04-19
New pipeline building, still needs proper control
jacqueline
2023-04-19
mostly single task pipeline
jacqueline
2023-03-30
Update pinouts for R3
jacqueline
2023-02-22
Make a few init things fail less fatally
jacqueline
2023-02-21
Tidy up pipeline and use arena capacity to test for overruns
jacqueline
2023-02-21
Add logging to the DAC
jacqueline
2023-02-14
Use the sync apis for I2S output
jacqueline
2023-02-10
Mostly working pipeline, including proper EOF signalling
jacqueline
2023-01-30
Continue ironing out i2s pipeline
jacqueline
still at least one heap corruption issue, plus the i2s write method seems to block forever :/
2023-01-24
Tolerate longer dac timeouts + i2c timeouts during bootup
jacqueline
2023-01-21
clang-format
jacqueline
2023-01-21
Re-enable the parts of the audio pipeline that are working
jacqueline
2023-01-21
build fixes for new compiler version and standard
jacqueline
2022-12-06
basic i2s output element
jacqueline
2022-11-16
Order and group headers correctly
jacqueline
2022-11-16
Use underscores instead of dashes in filenames consistently
jacqueline
2022-11-07
use a less fun but more descriptive namespace
jacqueline
2022-11-07
Split driver-y things into a separate component
jacqueline