summaryrefslogtreecommitdiff
path: root/src/util/CMakeLists.txt
AgeCommit message (Collapse)Author
2024-08-28Fix random.cpp not being builtjacqueline
2024-05-02WIP merge cyclically dependent components into one big componentjacqueline
2024-05-02Replace cpp::span shim with std::spanjacqueline
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