summaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Collapse)Author
2024-08-28Fix random.cpp not being builtjacqueline
2024-07-25add some helpful hex dump overloadsjacqueline
2024-07-19Fix track ids containing '\n' not decoding properlyjacqueline
This has been the cause of the elusive "selecting a track opens it like an index" bug :)
2024-05-02move driver includes into a subdir as welljacqueline
2024-05-02WIP merge cyclically dependent components into one big componentjacqueline
2024-05-02Replace cpp::span shim with std::spanjacqueline
2024-02-12Remember per-device bluetooth volumejacqueline
2024-01-17shift some long-lived allocs into spi ramjacqueline
2024-01-11wav-codec (#13)ailurux
here is a wav decoder, enjoy! Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/13 Reviewed-by: cooljqln <cooljqln@noreply.codeberg.org> Co-authored-by: ailurux <ailuruxx@gmail.com> Co-committed-by: ailurux <ailuruxx@gmail.com>
2023-09-26Prepare for PMR with a memory_resource that understands heap_caps_mallocjacqueline
2023-09-26Force large c++ arrays into PSRAMjacqueline
This is mostly targetted at leveldb_ which is rude and does not support custom allocators
2023-07-17Basic playlists for upcomingjacqueline
Beware under-testing and bugs. Just getting something barebones in so that I can do rN+1 bringup