summaryrefslogtreecommitdiff
path: root/src/drivers
AgeCommit message (Collapse)Author
2023-09-08Reset the touchwheel during bootjacqueline
2023-09-05Improve dac startup sequencing to reduce the clicky poppyjacqueline
2023-09-05Be tolerant of SAMD timeoutsjacqueline
2023-09-05Fix display buffers not actually being in DMA ramjacqueline
2023-09-05Tweak display DMA buffer sizejacqueline
2023-09-05Move UI task to priority 0 during playbackjacqueline
Also other misc task cleanup
2023-09-04Support changing max volume, persisted to nvsjacqueline
2023-09-04Turn the touchwheel back on after sleepjacqueline
2023-08-30Use a service locator instead of passing around subsets of drivers between FSMsjacqueline
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-28one weird trick to avoid 5khz tonejacqueline
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-25Add modal dialog supportjacqueline
2023-08-24Improve DAC startup for r6jacqueline
2023-08-24Improve centre button responsivenessjacqueline
2023-08-22Add battery % with change eventsjacqueline
2023-08-22good idea to unmute the dac!jacqueline
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-18Fix no battery detectionjacqueline
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-08Improve sd card errorsjacqueline
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-31Return zeroes when the touchwheel isn't connectedjacqueline
2023-07-28clang-formatjacqueline
2023-07-28ux fixesjacqueline
2023-07-28Volume control! Reasonable default volume! Hooray!jacqueline
2023-07-26apll go brrjacqueline
2023-07-26make event queue go fasterjacqueline
2023-07-25Do time tracking without floatsjacqueline
2023-07-25fuck offjacqueline
2023-07-205.1 fixesjacqueline
2023-07-20Initial r5 bringupjacqueline
2023-07-11Fix browser view jankjacqueline
2023-07-08Add theme classailurux
2023-07-08Touchwheel ticks :)ailurux
2023-07-04Fix button not being releasedailurux
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