summaryrefslogtreecommitdiff
path: root/src/system_fsm/system_fsm.cpp
AgeCommit message (Expand)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-08Warn and block MSC disable if the sd card is busyjacqueline
2024-03-13Update the battery status when plugging/unpluggingjacqueline
2024-01-30Do more to avoid and recover from partial db updatesjacqueline
2024-01-30Improve handling of sd card changes during runtimejacqueline
2023-12-18Audio fsm usability tweaksjacqueline
2023-12-12Centralise which level is 'locked'jacqueline
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
2023-10-28Annotates the kTag with maybe_unused; they're only used for logging.Robin Howard
2023-10-04Neaten up the various kinds of inputs, and move volumes to The New Wayjacqueline
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-18Add interrupts for samd changesjacqueline
2023-08-15Flesh out basic bluetooth supportjacqueline
2023-08-01Basic nvs init + bluetooth in the buildjacqueline
2023-07-28ux fixesjacqueline
2023-07-26make event queue go fasterjacqueline
2023-07-25fuck offjacqueline
2023-07-07wire up the playing screen with some real datajacqueline
2023-06-30gpio expander pin change -> event!jacqueline
2023-06-30Clean up gpios interfacejacqueline
2023-06-30Start on converting gpio expander interupts to fsm eventsjacqueline
2023-06-16Fix issues with importing my entire libraryjacqueline
2023-06-07R4 pre-emptive bringupjacqueline
2023-06-01Add touchwheel -> encoder adapterjacqueline
2023-05-24reuse annotate new filesjacqueline
2023-05-19Add tinyfsm, start converting core functions to an FSM-based event loopjacqueline