summaryrefslogtreecommitdiff
path: root/src/main/main.cpp
AgeCommit message (Collapse)Author
2023-08-18Add interrupts for samd changesjacqueline
2023-07-26big cleanup of new encoder + stream buffer typesjacqueline
2023-07-26make event queue go fasterjacqueline
2023-07-25fuck offjacqueline
2023-05-24Add some placeholder splash and menu screensjacqueline
Includes a bunch of misc display fixes. Most significantly, our lvgl tickers was busted.
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-19Add tinyfsm, start converting core functions to an FSM-based event loopjacqueline
2023-05-18Add basic samd classjacqueline
2023-04-27Move DB interactions to a background threadjacqueline
2023-04-26Add some basic data and retrievaljacqueline
2023-04-26removed unused raw db stuffjacqueline
2023-04-26Allow RenameFile to overwrite existing filesjacqueline
2023-04-26Merge branch 'main' into leveldbjacqueline
2023-04-21Don't crash if there's no sd card :)jacqueline
2023-04-21wrap driver instance ownership + di in a classjacqueline
2023-04-21split out lvgl task into its own componentjacqueline
2023-04-21use a freertos timer for lvgl ticksjacqueline
2023-04-19new pipeline working(?), but the dac eludes mejacqueline
2023-04-19New pipeline building, still needs proper controljacqueline
2023-04-19turn on amp for developmentjacqueline
2023-04-04fix up touchpad timeouts, make it less chattyjacqueline
2023-03-30fix sd card on for dev + mux pinjacqueline
2023-03-30Update pinouts for R3jacqueline
2023-03-13Touchwheel testailurux
2023-03-08add leveldbjacqueline
2023-02-22Make a few init things fail less fatallyjacqueline
2023-02-22Fix up display artficacts and clean up unused featuresjacqueline
2023-02-21Add logging to the DACjacqueline
2023-02-13i am boo. boo the fool.jacqueline
2023-02-10Mostly working pipeline, including proper EOF signallingjacqueline
2023-01-31remove unused ISR allocationjacqueline
this was blocking the i2s driver somehow!(?)
2023-01-24Clean up main task log outputjacqueline
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
2023-01-21Migrate to the v5 adc apijacqueline
2023-01-20fix build issues with new pipelinejacqueline
2023-01-17Merge branch 'main' into codecsjacqueline
2022-12-07better handling of chunk bufferjacqueline
2022-12-02fix build errorsjacqueline
2022-11-23Mostly done pipeline arch. Now onto cleanup and building.jacqueline
2022-11-22Add cbor wrapper, and chunk streaming utiljacqueline
2022-11-21first go at r2 bringup. waiting on mosfets.jacqueline
2022-11-21WIPjacqueline
2022-11-16Order and group headers correctlyjacqueline
2022-11-16Use underscores instead of dashes in filenames consistentlyjacqueline
2022-11-16Fix playback and console issuesjacqueline
2022-11-15WIP debug console for testing playbackjacqueline
2022-11-15fix buildjacqueline