summaryrefslogtreecommitdiff
path: root/src/system_fsm/booting.cpp
AgeCommit message (Collapse)Author
2024-05-02WIP merge cyclically dependent components into one big componentjacqueline
2024-04-23Enable bluetooth after boot, not during bootjacqueline
This avoids some bluetooth-related devices being delivered before BootComplete
2024-04-19Adds LRA haptic support (open-loop only for now).Robin Howard
2024-03-21comment out dev unit hackjacqueline
the nano code bug has received the hack, so now we don't need it applying by default anymore
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-02-12Remember per-device bluetooth volumejacqueline
2024-02-06Retry bt device connectionsjacqueline
i hate this janky-ass protocol
2024-02-06Start keeping lock switch polarity in nvsjacqueline
i will use this to do a sneaky trick; in-place upgrading brendan, hailey, and erin's devices
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-17all screens basically working, but bluetooth is roughjacqueline
2023-12-12Centralise which level is 'locked'jacqueline
2023-12-07Remove pre-iterator conceptsjacqueline
- No more IndexRecord/Result/dbGetPage nonsense - Queue is just track ids - i am so tired and have so much to do
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
... with facilities to trigger effects via the system fsm.
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-03Generalise the lvgl input driver in preparation for more input methodsjacqueline
2023-09-28Use bindey for databinding instead of hand rolling ui updatesjacqueline
2023-09-26Make NVS access synchronous againjacqueline
Everything relevant is back in internal ram, and likely to stay there.
2023-09-22make bluetooth pairing ui functionaljacqueline
2023-08-30Use a service locator instead of passing around subsets of drivers between FSMsjacqueline
2023-08-29store the screen brightness in nvsjacqueline
2023-08-29Add a brightness slider to settingsjacqueline
2023-08-28Move battery measurement to its own classjacqueline
2023-08-24Improve DAC startup for r6jacqueline
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-18Support app console commands for the samdjacqueline
2023-08-15persist preferred bluetooth device in nvsjacqueline
2023-08-15Flesh out basic bluetooth supportjacqueline
No ui yet, and performance isn't great. It kinda works though!!
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-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-07Cute brightness fade to avoid ugly startup :)jacqueline
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.