summaryrefslogtreecommitdiff
path: root/src/drivers/CMakeLists.txt
AgeCommit message (Expand)Author
2024-08-13Fix build errors from stricter visibility requirementsjacqueline
2024-05-31Introduce a PcmBuffer abstraction for handling source drainingjacqueline
2024-05-02WIP merge cyclically dependent components into one big componentjacqueline
2024-05-02Replace cpp::span shim with std::spanjacqueline
2024-04-10WIP decompose our giant LVGL driver into smaller classesjacqueline
2024-02-12Remember per-device bluetooth volumejacqueline
2024-01-17all screens basically working, but bluetooth is roughjacqueline
2023-11-12Convert the main menu screen to lua loljacqueline
2023-11-07haptics: adds a wrapper for the DRV2605L haptic motor driverRobin Howard
2023-08-28Move battery measurement to its own classjacqueline
2023-08-08Add skeleton of bluetooth FSMjacqueline
2023-08-01Basic nvs init + bluetooth in the buildjacqueline
2023-07-28Volume control! Reasonable default volume! Hooray!jacqueline
2023-06-30Clean up gpios interfacejacqueline
2023-06-07R4 pre-emptive bringupjacqueline
2023-06-01Add touchwheel -> encoder adapterjacqueline
2023-05-24Merge branch 'main' of git.sr.ht:~jacqueline/tangara-fwjacqueline
2023-05-23Annote E V E R Y T H I N G with license infojacqueline
2023-05-22Merge branch 'main' into state-machinesjacqueline
2023-05-22Generalise worker tasks, and centralise task priorities + stacksjacqueline
2023-05-19Add tinyfsm, start converting core functions to an FSM-based event loopjacqueline
2023-05-18Add basic samd classjacqueline
2023-04-21wrap driver instance ownership + di in a classjacqueline
2023-03-13Touchwheel testailurux
2023-01-21Migrate to the v5 adc apijacqueline
2022-12-06basic i2s output elementjacqueline
2022-11-22Add cbor wrapper, and chunk streaming utiljacqueline
2022-11-17Progress on own pipeline. Still very WIPjacqueline
2022-11-16Use underscores instead of dashes in filenames consistentlyjacqueline
2022-11-15WIP audio play and pausejacqueline
2022-11-09First test cases :)jacqueline
2022-11-07enable MORE warningsjacqueline
2022-11-07Split driver-y things into a separate componentjacqueline