index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
system_fsm
/
booting.cpp
Age
Commit message (
Expand
)
Author
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-01
Use a single pool of bg workers instead of separate tasks per use case
jacqueline
2024-01-17
all screens basically working, but bluetooth is rough
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-03
Generalise the lvgl input driver in preparation for more input methods
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-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
2023-08-29
Add a brightness slider to settings
jacqueline
2023-08-28
Move battery measurement to its own class
jacqueline
2023-08-24
Improve DAC startup for r6
jacqueline
2023-08-22
Add battery % with change events
jacqueline
2023-08-21
Add idle->standby support when locked and no music
jacqueline
2023-08-18
Add interrupts for samd changes
jacqueline
2023-08-18
Support app console commands for the samd
jacqueline
2023-08-15
persist preferred bluetooth device in nvs
jacqueline
2023-08-15
Flesh out basic bluetooth support
jacqueline
2023-08-01
Basic nvs init + bluetooth in the build
jacqueline
2023-07-26
make event queue go faster
jacqueline
2023-07-25
fuck off
jacqueline
2023-07-07
wire up the playing screen with some real data
jacqueline
2023-06-30
gpio expander pin change -> event!
jacqueline
2023-06-30
Clean up gpios interface
jacqueline
2023-06-30
Start on converting gpio expander interupts to fsm events
jacqueline
2023-06-16
Fix issues with importing my entire library
jacqueline
2023-06-07
Cute brightness fade to avoid ugly startup :)
jacqueline
2023-06-07
R4 pre-emptive bringup
jacqueline
2023-06-01
Add touchwheel -> encoder adapter
jacqueline
2023-05-24
Add some placeholder splash and menu screens
jacqueline
2023-05-24
reuse annotate new files
jacqueline
2023-05-23
Re-enable app console
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