summaryrefslogtreecommitdiff
path: root/src/drivers/include
AgeCommit message (Collapse)Author
2023-08-29store the screen brightness in nvsjacqueline
2023-08-29Don't fade for brightness slider changesjacqueline
2023-08-29Use gamma correction for display brightnessjacqueline
2023-08-28Move battery measurement to its own classjacqueline
2023-08-25More performance and usability tweaksjacqueline
- pin ui and decoder to opposite cores - disable touch wheel when controls are locked
2023-08-24Improve DAC startup for r6jacqueline
2023-08-24Improve centre button responsivenessjacqueline
2023-08-22Add battery % with change eventsjacqueline
2023-08-21Add idle->standby support when locked and no musicjacqueline
2023-08-20Add an app console triggered shutdownjacqueline
2023-08-18Add interrupts for samd changesjacqueline
2023-08-18Support app console commands for the samdjacqueline
2023-08-16Save current output mode to nvsjacqueline
2023-08-15persist preferred bluetooth device in nvsjacqueline
2023-08-15Flesh out basic bluetooth supportjacqueline
No ui yet, and performance isn't great. It kinda works though!!
2023-08-08Add skeleton of bluetooth FSMjacqueline
2023-08-03Add very limited resampling (it's slow as shit)jacqueline
2023-08-01Basic nvs init + bluetooth in the buildjacqueline
2023-07-28clang-formatjacqueline
2023-07-28Volume control! Reasonable default volume! Hooray!jacqueline
2023-07-26make event queue go fasterjacqueline
2023-07-25fuck offjacqueline
2023-07-205.1 fixesjacqueline
2023-07-20Initial r5 bringupjacqueline
2023-06-30gpio expander pin change -> event!jacqueline
2023-06-30Clean up gpios interfacejacqueline
2023-06-30Start on converting gpio expander interupts to fsm eventsjacqueline
2023-06-26Improve encoder driverjacqueline
It actually works and clicks now! Still a bit rough though. Need to dive into lvgl internals to work out what it's doing with enc_diff
2023-06-07Flesh out audio state machine for playbackjacqueline
Also fix mono playback
2023-06-07Cute brightness fade to avoid ugly startup :)jacqueline
2023-06-07R4 pre-emptive bringupjacqueline
Includes stripping out the IC-specific I2S stuff, and doing more manual volume control using pots
2023-06-06Get basic audio playback going againjacqueline
2023-06-01Add touchwheel -> encoder adapterjacqueline
2023-05-24reuse annotate new filesjacqueline
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
Includes making the display driver use a worker task for flushes, so that our double buffering actually does something useful /facepalm
2023-05-19Add tinyfsm, start converting core functions to an FSM-based event loopjacqueline
2023-05-18Add basic samd classjacqueline
2023-05-12Touchwheel works!!!!!!!jacqueline
2023-05-12Slightly improve touchwheel not-working-nessjacqueline
It still doesn't work tho
2023-05-02Give the touchwheel a little more juice for debuggingjacqueline
2023-04-21Add a RAII-friendly DI wrapper for driver instancesjacqueline
2023-04-21wrap driver instance ownership + di in a classjacqueline
2023-04-20Working without big distortion :)jacqueline
2023-04-20working isr-based sink, but still grainyjacqueline
2023-04-19Pipeline working and outputting correctly, but noisyjacqueline
2023-04-19WIP track down new pipeline memory issuesjacqueline
2023-04-19Redo pcm registers to include pagesjacqueline