index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
system_fsm
Age
Commit message (
Expand
)
Author
2024-05-02
WIP merge cyclically dependent components into one big component
jacqueline
2024-04-23
Enable bluetooth after boot, not during boot
jacqueline
2024-04-19
Adds LRA haptic support (open-loop only for now).
Robin Howard
2024-04-10
WIP decompose our giant LVGL driver into smaller classes
jacqueline
2024-04-09
Unmount storage when there's a bad error
jacqueline
2024-04-08
Warn and block MSC disable if the sd card is busy
jacqueline
2024-04-02
Support disabling automatic database updates
jacqueline
2024-03-25
WIP rewrie audio pipeline+fsm guts for more reliability
jacqueline
2024-03-21
use charge status for staying on, not usb status
jacqueline
2024-03-21
Add very basic usb msc ui
jacqueline
2024-03-21
comment out dev unit hack
jacqueline
2024-03-20
Start using the lock switch polarity bit in nvs
jacqueline
2024-03-20
version bump, plus prep for lock switch hack
jacqueline
2024-03-20
Add exact display size to nvs, since it can vary
jacqueline
2024-03-13
Update the battery status when plugging/unplugging
jacqueline
2024-02-13
Cache pending nvs writes in memory
jacqueline
2024-02-12
Remember per-device bluetooth volume
jacqueline
2024-02-06
Retry bt device connections
jacqueline
2024-02-06
Start keeping lock switch polarity in nvs
jacqueline
2024-02-05
Preserve the queue when going into standby
jacqueline
2024-02-01
Do a db update after every mount
jacqueline
2024-02-01
Use a single pool of bg workers instead of separate tasks per use case
jacqueline
2024-01-31
Don't unmount the sd card as aggressively
jacqueline
2024-01-30
hand off the sd card to the samd properly, and remount when it's finished
jacqueline
2024-01-30
Do more to avoid and recover from partial db updates
jacqueline
2024-01-30
Improve handling of sd card changes during runtime
jacqueline
2024-01-17
all screens basically working, but bluetooth is rough
jacqueline
2023-12-18
Audio fsm usability tweaks
jacqueline
2023-12-12
Centralise which level is 'locked'
jacqueline
2023-12-07
Remove pre-iterator concepts
jacqueline
2023-11-24
Periodically check int lines instead of relying on interrupts
jacqueline
2023-11-12
Convert the main menu screen to lua lol
jacqueline
2023-11-10
one weird trick to reduce boot time
jacqueline
2023-11-10
Change lock switch direction to match r7 standby
jacqueline
2023-11-07
haptics: adds a wrapper for the DRV2605L haptic motor driver
Robin Howard
2023-11-07
Rename the db background task to be more generic
jacqueline
2023-11-07
Add a wrapper codec source that does readahead
jacqueline
2023-10-30
add locale-aware colation to db indexes
jacqueline
2023-10-28
Annotates the kTag with maybe_unused; they're only used for logging.
Robin Howard
2023-10-13
Remove accidental debug thing
jacqueline
2023-10-13
Add modified time to TrackData
jacqueline
2023-10-04
Neaten up the various kinds of inputs, and move volumes to The New Way
jacqueline
2023-10-03
Generalise the lvgl input driver in preparation for more input methods
jacqueline
2023-09-28
Use databinding for the top bar. It's so nice now!
jacqueline
2023-09-28
Use bindey for databinding instead of hand rolling ui updates
jacqueline
2023-09-26
Make NVS access synchronous again
jacqueline
2023-09-22
make bluetooth pairing ui functional
jacqueline
2023-09-13
Make the onboarding flow basically work. Much still to do!
jacqueline
2023-08-30
Use a service locator instead of passing around subsets of drivers between FSMs
jacqueline
2023-08-29
store the screen brightness in nvs
jacqueline
[next]