summaryrefslogtreecommitdiff
path: root/src/tasks/tasks.cpp
AgeCommit message (Collapse)Author
2023-08-29store the screen brightness in nvsjacqueline
2023-08-15Flesh out basic bluetooth supportjacqueline
No ui yet, and performance isn't great. It kinda works though!!
2023-08-10Give codecs complete control of their input filesjacqueline
2023-08-03Add very limited resampling (it's slow as shit)jacqueline
2023-07-31fix flac playback. now it plays nice and smooth :)jacqueline
2023-07-25fuck offjacqueline
2023-06-19Support playing tracks by track idjacqueline
2023-06-16Fix issues with importing my entire libraryjacqueline
2023-06-15Add vorbis and flac decoders, flesh out codec interfacejacqueline
vorbis doesn't quite work yet, not sure why. will pick it up again later.
2023-06-01Add touchwheel -> encoder adapterjacqueline
2023-05-24Merge branch 'main' of git.sr.ht:~jacqueline/tangara-fwjacqueline
2023-05-23Annote E V E R Y T H I N G with license infojacqueline
2023-05-23Remove audio drain taskjacqueline
ISR drain works fine!
2023-05-22Generalise worker tasks, and centralise task priorities + stacksjacqueline
Includes making the display driver use a worker task for flushes, so that our double buffering actually does something useful /facepalm
2023-04-19Pipeline working and outputting correctly, but noisyjacqueline
2022-11-23Start on a couple of include issuesjacqueline
2022-11-23Mostly done pipeline arch. Now onto cleanup and building.jacqueline