JF

Results 209 comments of JF

Thanks for your prompt review, @FintasticMan ! I updated the mentions to the toolchain in `.vscode/launch.json`, `doc/buildAndProgram.md` and `doc/buildWithVScode.md`. I did not edit `doc/MemoryAnalysis.md` since this analysis was done in...

Oh... It's strange, those error are not displayed when I build in CLion, but I get them when building with docker. The good news is that we certainly do not...

My understanding is that we link with `newlib`. It provides many function from the standard library. If we disable it (add `-nostdlib` in `LINK_FLAGS`), it yields many error about missing...

Thanks @Boteium, this feature from LVGL 8.1 looks really interesting! We have not (yet) switched to lvgl8, mostly by lack of time to review the PR and fix remaining issues......

Since I would like to provide the new firmware in a short time frame (to avoid blocking the production of the next batch of PineTime), I decided to implement the...

The weather in the digital watch face was added with [this PR](https://github.com/InfiniTimeOrg/InfiniTime/pull/1856). It'll be released in InfiniTime 1.15 (it's not available yet in the [official 1.14 release](https://github.com/InfiniTimeOrg/InfiniTime/releases/tag/1.14.0).

That's a great idea! @hubmartin @TT-392 keep us up to date with your findings !!

Awesome! :1st_place_medal: I'm really curious to see how well it'll run on InfiniTime ! I'll definitely test as soon as I get some time!

This implementation looks good and [fixes](https://godbolt.org/z/nxMs3P4z5) the [issue](https://github.com/InfiniTimeOrg/InfiniTime/pull/2194#issuecomment-3425315779) mentioned by @jmlich ! And it comes with documentation for free :+1: