index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-09-28
Use bindey for databinding instead of hand rolling ui updates
jacqueline
2023-09-27
Don't post events from ISRs
jacqueline
2023-09-26
Move every alloc over 256 bytes into PSRAM
jacqueline
2023-09-26
Make NVS access synchronous again
jacqueline
2023-09-26
Make task tracing tools conditionally compiled
jacqueline
2023-09-26
Claw back some more IRAM from unused components
jacqueline
2023-09-26
Place a2dp stream callback into IRAM
jacqueline
2023-09-26
Tune buffer sizes and locations for I2S
jacqueline
2023-09-26
std::string -> std::pmr::string in psram
jacqueline
2023-09-26
Prepare for PMR with a memory_resource that understands heap_caps_malloc
jacqueline
2023-09-26
Force large c++ arrays into PSRAM
jacqueline
2023-09-26
Add basic leak detection tooling
jacqueline
2023-09-25
Fix incorrect default theme
jacqueline
2023-09-25
Move UI task back to internal stack
jacqueline
2023-09-25
Place LVGL's memory pool into PSRAM
jacqueline
2023-09-25
Unpin decoder task
jacqueline
2023-09-25
Move a few task stacks into internal ram for better speed
jacqueline
2023-09-25
Fix incorrect palette introduced by hardware screen rotation
jacqueline
2023-09-25
Don't acquire the spi bus in the display driver
jacqueline
2023-09-25
Split heap stats and task stats into different functions
jacqueline
2023-09-25
Bump up nvs writer task size for safety
jacqueline
2023-09-22
Allocate display spi buffers statically
jacqueline
2023-09-22
Reclaim some internal ram
jacqueline
2023-09-22
Make esp-idf bluetooth logging less chatty
jacqueline
2023-09-22
Rotate the display in hardware instead of software
jacqueline
2023-09-22
make bluetooth pairing ui functional
jacqueline
2023-09-22
Increase sample buffer sizes
jacqueline
2023-09-22
Add heap stats to the task stats output
jacqueline
2023-09-20
Add super basic readme for the sourcehut project
jacqueline
2023-09-20
README.md -> BUILDING.md
jacqueline
2023-09-20
actually keep the build instructions as README bc idk what to write lol
jacqueline
2023-09-20
Freshed up building instructions, move to a better-named file.
jacqueline
2023-09-13
Make the onboarding flow basically work. Much still to do!
jacqueline
2023-09-12
Fix ui nits for playback screen
jacqueline
2023-09-12
Use only one buffer for lvgl's display driver
jacqueline
2023-09-12
Use interrupt-based spi for the display
jacqueline
2023-09-08
Flesh out onboarding a little, and add a way to get into it
jacqueline
2023-09-08
fix some leveldb errors on transition to standby
jacqueline
2023-09-08
Just wait for touchwheel reboot instead of being clever
jacqueline
2023-09-08
Support retries for samd and touchwheel i2c
jacqueline
2023-09-08
Adjust partition table for 4MiB app size + fill the rest of the space
jacqueline
2023-09-08
Reset the touchwheel during boot
jacqueline
2023-09-06
Fix missing track number issues
jacqueline
2023-09-06
Add an opus-specific tag parser
jacqueline
2023-09-05
Improve dac startup sequencing to reduce the clicky poppy
jacqueline
2023-09-05
Be tolerant of SAMD timeouts
jacqueline
2023-09-05
Fix display buffers not actually being in DMA ram
jacqueline
2023-09-05
Add all albums index, do some locales prep
jacqueline
2023-09-05
Tweak display DMA buffer size
jacqueline
2023-09-05
Move UI task to priority 0 during playback
jacqueline
[next]