embeddedartistry / libc

libc targeted for embedded systems usage. Reduced set of functionality (due to embedded nature). Chosen for portability and quick bringup.
MIT License
510 stars 67 forks source link

Consider: Should we pull in libmemory as a subproject? #126

Closed phillipjohnston closed 2 years ago

phillipjohnston commented 4 years ago

This would provide malloc for the test program, further eliminating our dependence on the system library.

If we do this, I don't think we necessarily want to package libmemory with libc, because the user needs to select their desired memory allocation strategy.

phillipjohnston commented 2 years ago

NTBF at this time, then we end up with a circular dependency. Also doesn't provide an improvement over the current setup.