Jaremy Creechley
Jaremy Creechley
Yeah I believe GCC 15 made incompatible-pointer a default error or made it more strict. I updated Nesper to idf-5.5 and got similar issues. BTW, do you compile to a...
> Hi [@elcritch](https://github.com/elcritch). I compile the Nim code to a static library and then cmake links it to an ESP-IDF project binary. You can see how it's done here https://github.com/adokitkat/esp-idf_nim_template...
> It is a proof of concept, a template, I haven't tried anything more complex really 😅 But I don't see why it wouldn't work alright. > Nice! I think...
> @elcritch I see you used "cpu arm", why is that? I use esp or riscv32 in my configs file. EDIT: I guess it doesn't matter, I briefly looked at...
Note the double windy package shouldn't be there, but it's useful to at least see that it's there.
> [@Araq](https://github.com/Araq) I remember starting out with Atlas when it was really early, and I thought the design was great. First, it created, one single root workspace folder where all...
> It took me 20 min to figure out i needed to run `atlas init` because `atlas install fidget2` and `atlas install fidget2.nimble` sort of worked without it but did...
The reason Nimble is slow seems to be due to how its `pkgs2` folder is designed and works. It does multiple git clones of a package for different versions and...