summaryrefslogtreecommitdiff
path: root/src/system_fsm/running.cpp
AgeCommit message (Collapse)Author
2024-05-02WIP merge cyclically dependent components into one big componentjacqueline
2024-04-09Unmount storage when there's a bad errorjacqueline
2024-04-02Support disabling automatic database updatesjacqueline
2024-03-25WIP rewrie audio pipeline+fsm guts for more reliabilityjacqueline
2024-03-21Add very basic usb msc uijacqueline
2024-02-05Preserve the queue when going into standbyjacqueline
2024-02-01Do a db update after every mountjacqueline
2024-01-31Don't unmount the sd card as aggressivelyjacqueline
2024-01-30hand off the sd card to the samd properly, and remount when it's finishedjacqueline
2024-01-30Do more to avoid and recover from partial db updatesjacqueline
- do not power off in an update is in progress - explicitly store last update time, rather than deriving it from unchanged tracks.
2024-01-30Improve handling of sd card changes during runtimejacqueline
- mount if an sd card is inserted - unmount if it's removed
2023-11-07Add a wrapper codec source that does readaheadjacqueline
2023-10-30add locale-aware colation to db indexesjacqueline
2023-10-28Annotates the kTag with maybe_unused; they're only used for logging.Robin Howard
2023-10-13Remove accidental debug thingjacqueline
2023-10-13Add modified time to TrackDatajacqueline
2023-09-13Make the onboarding flow basically work. Much still to do!jacqueline
2023-08-30Use a service locator instead of passing around subsets of drivers between FSMsjacqueline
2023-08-28Make idle state more robust + check playback statejacqueline
2023-08-21Add idle->standby support when locked and no musicjacqueline
2023-07-26make event queue go fasterjacqueline
2023-07-25fuck offjacqueline
2023-06-30Clean up gpios interfacejacqueline
2023-06-19back to back flac playback is working :)jacqueline
2023-06-19paths with spaces? wow!!jacqueline
2023-06-19Support playing tracks by track idjacqueline
2023-06-16Fix issues with importing my entire libraryjacqueline
2023-06-06Get basic audio playback going againjacqueline
2023-05-24reuse annotate new filesjacqueline
2023-05-22Fix some logging, add transition to missing storagejacqueline
2023-05-19Add tinyfsm, start converting core functions to an FSM-based event loopjacqueline