| Age | Commit message (Collapse) | Author |
|
Everything relevant is back in internal ram, and likely to stay there.
|
|
|
|
|
|
|
|
|
|
Interrupt-based transactions don't need it, and it causes issues.
|
|
It works okay now :)
|
|
|
|
|
|
|
|
We weren't actually making use of the double buffering, and it's a pain
to implement properly.
|
|
This solves our "audio stutters while scrolling" problem better! Turns
out the real root cause was the polling SPI driver blocking a whole CPU
during playback.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also other misc task cleanup
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- pin ui and decoder to opposite cores
- disable touch wheel when controls are locked
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
No ui yet, and performance isn't great. It kinda works though!!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|