summaryrefslogtreecommitdiff
path: root/src/drivers
AgeCommit message (Expand)Author
2023-09-26Make NVS access synchronous againjacqueline
2023-09-26Place a2dp stream callback into IRAMjacqueline
2023-09-26Tune buffer sizes and locations for I2Sjacqueline
2023-09-26std::string -> std::pmr::string in psramjacqueline
2023-09-25Fix incorrect palette introduced by hardware screen rotationjacqueline
2023-09-25Don't acquire the spi bus in the display driverjacqueline
2023-09-22Allocate display spi buffers staticallyjacqueline
2023-09-22Rotate the display in hardware instead of softwarejacqueline
2023-09-22make bluetooth pairing ui functionaljacqueline
2023-09-13Make the onboarding flow basically work. Much still to do!jacqueline
2023-09-12Use only one buffer for lvgl's display driverjacqueline
2023-09-12Use interrupt-based spi for the displayjacqueline
2023-09-08Flesh out onboarding a little, and add a way to get into itjacqueline
2023-09-08Just wait for touchwheel reboot instead of being cleverjacqueline
2023-09-08Support retries for samd and touchwheel i2cjacqueline
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
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
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
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