Joshua Wise
Joshua Wise
BTStack has some header files that conflict with ours. We probably want to move to top-down include paths -- i.e., -I only. Need to figure out how that works out...
rblcore buttons.c has a lot of click-handler stuff that probably would go best in rblpbl.
[_"Build me a font cache, splendid and graceful, make it better by design..."_](https://www.youtube.com/watch?v=Dxku3O6UqYw) Currently the font cache has system-global state that allocates in the app heap. Unsurprisingly, this is the...
We have hard coded stack sizes for a bunch of threads, and it turns out that the maximum stack needed can actually be quite large. Find a way to avoid...