Commit Graph

545 Commits (876db2e7ebb9fa73ace15501fe2b236ee7e1511c)
 

Author SHA1 Message Date
jacqueline f0d3a27dd9 Ensure StaticTask_t allocs are internal 2 years ago
jacqueline ddcaa967fd Update battery mV even with the samd doesn't respond 2 years ago
jacqueline b0d85fc0d6 Skip ID3 tags in the mad decoder; mad itself sometimes chokes on them 2 years ago
jacqueline 6c20eafd05 First pass at having some kind of design and theming 2 years ago
jacqueline bf1fc5a2a0 Guard audio pipeline file accesses 2 years ago
jacqueline ee8e523456 Add a basic database reindex screen 2 years ago
jacqueline 28633e857f Implement UI for enqueuing instead of replacing the current track 2 years ago
jacqueline 7a7fafdd92 Guard leveldb file access with the SPI lock too 2 years ago
jacqueline 5c04e2ad8d Neaten up the various kinds of inputs, and move volumes to The New Way 2 years ago
jacqueline c851b789fa Write up the new input modes to NVS and settings 2 years ago
jacqueline 09f129662e Add scroll velocity + more input methods 2 years ago
jacqueline 7d5536e2ab Generalise the lvgl input driver in preparation for more input methods 2 years ago
jacqueline f2bad894cd Show battery voltage in top bar 2 years ago
jacqueline 3df4cc9e3d Make accessors in RelativeWheel const 2 years ago
jacqueline 95618239e6 Fix `tasks` config flag guarding 2 years ago
jacqueline ba940baa0a Add a lock around the SPI bus 2 years ago
jacqueline c53802f308 Add a core dump command 2 years ago
jacqueline c876c00654 add a fun and cute little loading state :) 2 years ago
jacqueline 6a47edcd35 Use databinding for the top bar. It's so nice now! 2 years ago
jacqueline f09ba5ffd5 Use bindey for databinding instead of hand rolling ui updates 2 years ago
jacqueline f168bfab76 Don't post events from ISRs 2 years ago
jacqueline ce57b236c4 Move every alloc over 256 bytes into PSRAM 2 years ago
jacqueline 252f685ef1 Make NVS access synchronous again 2 years ago
jacqueline 96252973d9 Make task tracing tools conditionally compiled 2 years ago
jacqueline c36bbe4e7d Claw back some more IRAM from unused components 2 years ago
jacqueline abc626c1da Place a2dp stream callback into IRAM 2 years ago
jacqueline 8608f9367f Tune buffer sizes and locations for I2S 2 years ago
jacqueline 4d99d22e10 std::string -> std::pmr::string in psram 2 years ago
jacqueline f6d0642109 Prepare for PMR with a memory_resource that understands heap_caps_malloc 2 years ago
jacqueline 2849399d54 Force large c++ arrays into PSRAM 2 years ago
jacqueline a87790a424 Add basic leak detection tooling 2 years ago
jacqueline a2eb0e8961 Fix incorrect default theme 2 years ago
jacqueline 5a20b0bc1a Move UI task back to internal stack 2 years ago
jacqueline dd13a234d2 Place LVGL's memory pool into PSRAM 2 years ago
jacqueline 0802b4e528 Unpin decoder task 2 years ago
jacqueline cd44e0daa1 Move a few task stacks into internal ram for better speed 2 years ago
jacqueline c00e7e37d9 Fix incorrect palette introduced by hardware screen rotation 2 years ago
jacqueline 7ffeea4009 Don't acquire the spi bus in the display driver 2 years ago
jacqueline 41c4dce79a Split heap stats and task stats into different functions 2 years ago
jacqueline 2f626f6224 Bump up nvs writer task size for safety 2 years ago
jacqueline f57a9688c9 Allocate display spi buffers statically 2 years ago
jacqueline 96944f088f Reclaim some internal ram 2 years ago
jacqueline ca75507146 Make esp-idf bluetooth logging less chatty 2 years ago
jacqueline 972edd7468 Rotate the display in hardware instead of software 2 years ago
jacqueline b192975cb1 make bluetooth pairing ui functional 2 years ago
jacqueline cbd99b2134 Increase sample buffer sizes 2 years ago
jacqueline 022c222e85 Add heap stats to the task stats output 2 years ago
jacqueline 59e0de1fe2 Add super basic readme for the sourcehut project 2 years ago
jacqueline 4a686fee7e README.md -> BUILDING.md 2 years ago
jacqueline 13047fe22d actually keep the build instructions as README bc idk what to write lol 2 years ago