embeddedartistry / libmemory

Embedded systems memory management library. Implementations for malloc(), free(), and other useful memory management functions
https://embeddedartistry.com
MIT License
216 stars 44 forks source link

Provide easier method to include libmemory as a standalone submodule #13

Closed phillipjohnston closed 5 years ago

phillipjohnston commented 6 years ago

Better build options, easier way to specify output path for inclusion as a submodule. Architecture selection. Way to choose which type of allocator we want.

phillipjohnston commented 5 years ago

This is completed with the use of build options, dependencies, subproject support, and providing a path to the EA libc.