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

Convert RTOS builds to using our new RTOS abstraction #19

Closed phillipjohnston closed 5 years ago

phillipjohnston commented 6 years ago

This simplifies the model - just use one RTOS abstraction rather than a malloc for each RTOS

phillipjohnston commented 5 years ago

They don't need to use the new RTOS abstraction, but I do need a way to supply the RTOS include path to the module. Default can be the dependencies that are built in.