index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
drivers
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2024-08-13
Fix build errors from stricter visibility requirements
jacqueline
2024-05-31
Introduce a PcmBuffer abstraction for handling source draining
jacqueline
2024-05-02
WIP merge cyclically dependent components into one big component
jacqueline
2024-05-02
Replace cpp::span shim with std::span
jacqueline
2024-04-10
WIP decompose our giant LVGL driver into smaller classes
jacqueline
2024-02-12
Remember per-device bluetooth volume
jacqueline
2024-01-17
all screens basically working, but bluetooth is rough
jacqueline
2023-11-12
Convert the main menu screen to lua lol
jacqueline
2023-11-07
haptics: adds a wrapper for the DRV2605L haptic motor driver
Robin Howard
2023-08-28
Move battery measurement to its own class
jacqueline
2023-08-08
Add skeleton of bluetooth FSM
jacqueline
2023-08-01
Basic nvs init + bluetooth in the build
jacqueline
2023-07-28
Volume control! Reasonable default volume! Hooray!
jacqueline
2023-06-30
Clean up gpios interface
jacqueline
2023-06-07
R4 pre-emptive bringup
jacqueline
2023-06-01
Add touchwheel -> encoder adapter
jacqueline
2023-05-24
Merge branch 'main' of git.sr.ht:~jacqueline/tangara-fw
jacqueline
2023-05-23
Annote E V E R Y T H I N G with license info
jacqueline
2023-05-22
Merge branch 'main' into state-machines
jacqueline
2023-05-22
Generalise worker tasks, and centralise task priorities + stacks
jacqueline
2023-05-19
Add tinyfsm, start converting core functions to an FSM-based event loop
jacqueline
2023-05-18
Add basic samd class
jacqueline
2023-04-21
wrap driver instance ownership + di in a class
jacqueline
2023-03-13
Touchwheel test
ailurux
2023-01-21
Migrate to the v5 adc api
jacqueline
2022-12-06
basic i2s output element
jacqueline
2022-11-22
Add cbor wrapper, and chunk streaming util
jacqueline
2022-11-17
Progress on own pipeline. Still very WIP
jacqueline
2022-11-16
Use underscores instead of dashes in filenames consistently
jacqueline
2022-11-15
WIP audio play and pause
jacqueline
2022-11-09
First test cases :)
jacqueline
2022-11-07
enable MORE warnings
jacqueline
2022-11-07
Split driver-y things into a separate component
jacqueline