mark9064

Results 285 comments of mark9064

I think if we wanted to O3 a specific part it would make the most sense to do that to LVGL as that's the biggest CPU cruncher. But I haven't...

Users have the option to flash beta/their own firmwares though which may not work correctly. It's true that this is an additional inconvenience, but it's very handy if a firmware...

With the new 13.3 toolchain, the message has changed! ``` /home/desktop/src_builds/pinetime/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/bin/ld: /home/desktop/src_builds/pinetime/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/lib/thumb/v7e-m+fp/hard/libc_nano.a(libc_a-closer.o): in function `_close_r': closer.c:(.text._close_r+0xc): warning: _close is not implemented and will always fail /home/desktop/src_builds/pinetime/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/bin/ld: /home/desktop/src_builds/pinetime/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/lib/thumb/v7e-m+fp/hard/libc_nano.a(libc_a-closer.o): note: the message...

Agreed, it makes sense to move it into the docs. I think it'd make sense to move it and remove the file at the same time (otherwise it might get...

In other words, the option we want is supported by Debian stable, Ubuntu LTS and anything newer right? So in that case I think we're safe to enable it Do...

This sounds very interesting. I've been looking at font loading recently and it currently looks like #1773 is the most promising implementation (extra font packs). There's also the possibility of...

Sorry I wasn't clear, that's what I was trying to get at with "caching"- rather than streaming every glyph, the companion app sends the list of extra glyphs plus their...

Rebase to fix build CI, sorry (same for other PRs)

All looks good to me! You couldn't have made review easier :) I haven't had the chance to test on hardware yet and am away for now, but I should...

Mainly because it doesn't depend on any other PRs and was easy to review Things get added to the milestone when we want to target including them this cycle. If...