Results 3 comments of Oskari Nousiainen

It doesn't look like LFS_MALLOC is used anywhere in the codebase. How does whatever is provided with that macro definition get used in the functions?

Yeah, we opted to just adding our own microcontroller specific malloc and free trough our own version of the lfs_util.h, but for future versions, passing these as either function pointers...

If you have gcc-14 as default gcc, current pip and wheels compilation fails, as default parameters from them to gcc cause it to threat this as an error that ends...