This project provides the source code for a library that implements the µOS++ C++ intrusive double linked lists. These are special lists that avoid dynamic memory allocations by storing the links inside the list elements. This is particularly useful in embedded systems.
For information on how to install and use this library, please refer to the project documentation web site.
Unless otherwise stated, the content is released under the terms of the MIT License, with all rights reserved to Liviu Ionescu.