summaryrefslogtreecommitdiff
path: root/src/drivers
AgeCommit message (Expand)Author
2024-02-05hey i found 40KiB SRAM behind the couch!jacqueline
2024-01-30hand off the sd card to the samd properly, and remount when it's finishedjacqueline
2024-01-30Improve handling of sd card changes during runtimejacqueline
2024-01-17whoopsjacqueline
2024-01-17all screens basically working, but bluetooth is roughjacqueline
2024-01-15Begin migration of remaining screens to Luajacqueline
2024-01-10add accurate esp and samd versions + expose this info to luajacqueline
2024-01-09tweak wheel sensitivity, improve AKS for centre buttonjacqueline
2024-01-09bringup r8 mutingjacqueline
2024-01-04refactor handling of volume steps; improve controlsjacqueline
2024-01-03fix yet more mono i2s issuesjacqueline
2023-12-22Support changing the usb msc statejacqueline
2023-12-20Fix some dither clipping issuesjacqueline
2023-12-18Add the touchwheel button to the AKS channeljacqueline
2023-12-14Have the unit not immediately sleep when starting up.Robin Howard
2023-12-13add a cool lua repljacqueline
2023-12-12Centralise which level is 'locked'jacqueline
2023-11-24Periodically check int lines instead of relying on interruptsjacqueline
2023-11-20Use a non-IRAM-safe interrupt for gpio changesjacqueline
2023-11-12Convert the main menu screen to lua loljacqueline
2023-11-07haptics: don't wait when initialising the driver.Robin Howard
2023-11-07haptics: adds a wrapper for the DRV2605L haptic motor driverRobin Howard
2023-11-07Ensure the GPIO ISR is in IRAMjacqueline
2023-11-06Improve bt scanning responsivenessjacqueline
2023-10-28Annotates the kTag with maybe_unused; they're only used for logging.Robin Howard
2023-10-19Free the i2s dma channel when it's not in usejacqueline
2023-10-16Decouple play/pause from output on/offjacqueline
2023-10-03Write up the new input modes to NVS and settingsjacqueline
2023-10-03Add scroll velocity + more input methodsjacqueline
2023-10-03Make accessors in RelativeWheel constjacqueline
2023-09-29Add a lock around the SPI busjacqueline
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