index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
system_fsm
/
running.cpp
Age
Commit message (
Collapse
)
Author
2024-05-02
WIP merge cyclically dependent components into one big component
jacqueline
2024-04-09
Unmount storage when there's a bad error
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
Add very basic usb msc ui
jacqueline
2024-02-05
Preserve the queue when going into standby
jacqueline
2024-02-01
Do a db update after every mount
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
- do not power off in an update is in progress - explicitly store last update time, rather than deriving it from unchanged tracks.
2024-01-30
Improve handling of sd card changes during runtime
jacqueline
- mount if an sd card is inserted - unmount if it's removed
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-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-28
Make idle state more robust + check playback state
jacqueline
2023-08-21
Add idle->standby support when locked and no music
jacqueline
2023-07-26
make event queue go faster
jacqueline
2023-07-25
fuck off
jacqueline
2023-06-30
Clean up gpios interface
jacqueline
2023-06-19
back to back flac playback is working :)
jacqueline
2023-06-19
paths with spaces? wow!!
jacqueline
2023-06-19
Support playing tracks by track id
jacqueline
2023-06-16
Fix issues with importing my entire library
jacqueline
2023-06-06
Get basic audio playback going again
jacqueline
2023-05-24
reuse annotate new files
jacqueline
2023-05-22
Fix some logging, add transition to missing storage
jacqueline
2023-05-19
Add tinyfsm, start converting core functions to an FSM-based event loop
jacqueline