summaryrefslogtreecommitdiff
path: root/src/main/app_console.cpp
AgeCommit message (Collapse)Author
2023-05-19Add tinyfsm, start converting core functions to an FSM-based event loopjacqueline
2023-05-16Add pagination to database queriesjacqueline
2023-05-08Database init is now stable!jacqueline
2023-04-27Make queries a little less copy-pastejacqueline
2023-04-27Move DB interactions to a background threadjacqueline
2023-04-26Add some basic data and retrievaljacqueline
2023-02-21Add logging to the DACjacqueline
2023-01-30Continue ironing out i2s pipelinejacqueline
still at least one heap corruption issue, plus the i2s write method seems to block forever :/
2022-12-07better handling of chunk bufferjacqueline
2022-11-23Mostly done pipeline arch. Now onto cleanup and building.jacqueline
2022-11-21WIPjacqueline
2022-11-16Order and group headers correctlyjacqueline
2022-11-16Fix playback and console issuesjacqueline
2022-11-15WIP debug console for testing playbackjacqueline