summaryrefslogtreecommitdiff
path: root/src/system_fsm
AgeCommit message (Expand)Author
2024-05-02WIP merge cyclically dependent components into one big componentjacqueline
2024-04-23Enable bluetooth after boot, not during bootjacqueline
2024-04-19Adds LRA haptic support (open-loop only for now).Robin Howard
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-04-02Support disabling automatic database updatesjacqueline
2024-03-25WIP rewrie audio pipeline+fsm guts for more reliabilityjacqueline
2024-03-21use charge status for staying on, not usb statusjacqueline
2024-03-21Add very basic usb msc uijacqueline
2024-03-21comment out dev unit hackjacqueline
2024-03-20Start using the lock switch polarity bit in nvsjacqueline
2024-03-20version bump, plus prep for lock switch hackjacqueline
2024-03-20Add exact display size to nvs, since it can varyjacqueline
2024-03-13Update the battery status when plugging/unpluggingjacqueline
2024-02-13Cache pending nvs writes in memoryjacqueline
2024-02-12Remember per-device bluetooth volumejacqueline
2024-02-06Retry bt device connectionsjacqueline
2024-02-06Start keeping lock switch polarity in nvsjacqueline
2024-02-05Preserve the queue when going into standbyjacqueline
2024-02-01Do a db update after every mountjacqueline
2024-02-01Use a single pool of bg workers instead of separate tasks per use casejacqueline
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
2024-01-30Improve handling of sd card changes during runtimejacqueline
2024-01-17all screens basically working, but bluetooth is roughjacqueline
2023-12-18Audio fsm usability tweaksjacqueline
2023-12-12Centralise which level is 'locked'jacqueline
2023-12-07Remove pre-iterator conceptsjacqueline
2023-11-24Periodically check int lines instead of relying on interruptsjacqueline
2023-11-12Convert the main menu screen to lua loljacqueline
2023-11-10one weird trick to reduce boot timejacqueline
2023-11-10Change lock switch direction to match r7 standbyjacqueline
2023-11-07haptics: adds a wrapper for the DRV2605L haptic motor driverRobin Howard
2023-11-07Rename the db background task to be more genericjacqueline
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-10-04Neaten up the various kinds of inputs, and move volumes to The New Wayjacqueline
2023-10-03Generalise the lvgl input driver in preparation for more input methodsjacqueline
2023-09-28Use databinding for the top bar. It's so nice now!jacqueline
2023-09-28Use bindey for databinding instead of hand rolling ui updatesjacqueline
2023-09-26Make NVS access synchronous againjacqueline
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-29store the screen brightness in nvsjacqueline