summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-07-11WIP improve bluetooth api and settings screenjacqueline
2024-07-11Break FatfsStreamFactory's dep on ServiceLocatorjacqueline
2024-07-10Move the SPI interrupt alloc to the second corejacqueline
2024-07-10add a console command for dumping intr allocationsjacqueline
2024-07-10Move audio decoder priorities below bluetoothjacqueline
2024-07-03Tweak app console setup to improve companion connectionsjacqueline
2024-07-03Load fonts asynchronously on a bg taskjacqueline
2024-06-28Fix some issues with the splash screenjacqueline
2024-06-28show a message if the sd card is unmountedjacqueline
2024-06-28reapply bindings when showing screensjacqueline
2024-06-28Try to print userdata name when dumping lua stackjacqueline
2024-06-27require a key press before entering the dev consolejacqueline
2024-06-27update catch2 to v3.6.0jacqueline
2024-06-25skip the storage test if there's no sd cardjacqueline
2024-06-25Add a basic overview of writing and running testsjacqueline
2024-06-25Unbreak the tests buildjacqueline
2024-06-25Use a curve to estimate battery %jacqueline
2024-06-14Improve DAC power+mute management to reduce clicks and popsjacqueline
2024-06-14Load fonts dynamically from /luajacqueline
2024-06-14Merge branch 'jqln/lvgl-bump'jacqueline
2024-06-13Scroll to 'top/bottom' by only 10 at a timejacqueline
2024-06-13Fix splash screen backgroundjacqueline
2024-06-12WIP fix issues introduced by lvgl version bumpjacqueline
2024-06-11Add basic bluetooth queue controlsailurux
2024-06-06daniel/bluetooth-avrc (#80)ailurux
2024-06-04log db update time-per-trackjacqueline
2024-06-04no more acquire_spi :)jacqueline
2024-06-03Remove spi locking hack + increase max sd frequencyjacqueline
2024-06-03u didnt see shitjacqueline
2024-06-03move a bunch of bt callbacks to background tasksjacqueline
2024-05-31Remove now redudantant 'Iterator.next()' care in TrackIteratorjacqueline
2024-05-31Merge branch 'main' of codeberg.org:cool-tech-zone/tangara-fwjacqueline
2024-05-31Introduce a PcmBuffer abstraction for handling source drainingjacqueline
2024-05-30Fix prev/next behaviour on database iteratorailurux
2024-05-29Start on TTS support by logging the data that will become TTS linesjacqueline
2024-05-29Minor formatting fixailurux
2024-05-29Fix issue where failing to connect bt device initially won't retryailurux
2024-05-28Lowercase BT device name for better auto-readingjacqueline
2024-05-24Simply some I2SDac management to avoid null pointer accessesjacqueline
2024-05-24Fix counting empty stream cues as the current streamjacqueline
2024-05-17add a lua binding for playing a sine wavejacqueline
2024-05-16Add a stream source that generates a sine wavejacqueline
2024-05-16Add a 'decoder' for streams already in our native formatjacqueline
2024-05-15Support setting the samd charge ratejacqueline
2024-05-14save lra calibration data to nvsjacqueline
2024-05-14Use LRA motors in an auto-calibrated closed-loop modejacqueline
2024-05-10Merge branch 'main' of codeberg.org:cool-tech-zone/tangara-fwjacqueline
2024-05-10stop writing the erm bitjacqueline
2024-05-10Minor fixes before PRailurux
2024-05-10Fix imports after mergeailurux