summaryrefslogtreecommitdiff
path: root/src/system_fsm/include
AgeCommit message (Collapse)Author
2024-05-02WIP merge cyclically dependent components into one big componentjacqueline
2024-04-10WIP decompose our giant LVGL driver into smaller classesjacqueline
2024-04-09Unmount storage when there's a bad errorjacqueline
2024-04-08Warn and block MSC disable if the sd card is busyjacqueline
2024-03-25WIP rewrie audio pipeline+fsm guts for more reliabilityjacqueline
2024-03-13Update the battery status when plugging/unpluggingjacqueline
2024-02-05Preserve the queue when going into standbyjacqueline
2024-02-01Use a single pool of bg workers instead of separate tasks per use casejacqueline
Also: bump the number of workers tasks up to 3 from 2! This makes bg db updates + playback work :)
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
2024-01-17all screens basically working, but bluetooth is roughjacqueline
2023-12-18Audio fsm usability tweaksjacqueline
- persist the current volume when the screen locks - pause playback if headphones are removed
2023-11-24Periodically check int lines instead of relying on interruptsjacqueline
2023-11-10Change lock switch direction to match r7 standbyjacqueline
2023-11-07haptics: adds a wrapper for the DRV2605L haptic motor driverRobin Howard
... with facilities to trigger effects via the system fsm.
2023-11-07Add a wrapper codec source that does readaheadjacqueline
2023-10-30add locale-aware colation to db indexesjacqueline
2023-10-04Neaten up the various kinds of inputs, and move volumes to The New Wayjacqueline
2023-09-28Use databinding for the top bar. It's so nice now!jacqueline
2023-09-22make bluetooth pairing ui functionaljacqueline
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-28Move battery measurement to its own classjacqueline
2023-08-28Make idle state more robust + check playback statejacqueline
2023-08-22Add battery % with change eventsjacqueline
2023-08-21Add idle->standby support when locked and no musicjacqueline
2023-08-18Add interrupts for samd changesjacqueline
2023-08-15Flesh out basic bluetooth supportjacqueline
No ui yet, and performance isn't great. It kinda works though!!
2023-08-03Add very limited resampling (it's slow as shit)jacqueline
2023-08-01Basic nvs init + bluetooth in the buildjacqueline
2023-07-26make event queue go fasterjacqueline
2023-07-25fuck offjacqueline
2023-07-07wire up the playing screen with some real datajacqueline
Includes implementing song duration calculation for CBR MP3 files
2023-06-30Clean up gpios interfacejacqueline
2023-06-30Start on converting gpio expander interupts to fsm eventsjacqueline
2023-06-19Support playing tracks by track idjacqueline
2023-06-16Fix issues with importing my entire libraryjacqueline
2023-06-07R4 pre-emptive bringupjacqueline
Includes stripping out the IC-specific I2S stuff, and doing more manual volume control using pots
2023-06-01Add touchwheel -> encoder adapterjacqueline
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-24reuse annotate new filesjacqueline
2023-05-23Re-enable app consolejacqueline
2023-05-22Fix some logging, add transition to missing storagejacqueline
2023-05-19Add tinyfsm, start converting core functions to an FSM-based event loopjacqueline