Skip to content

micro-os-plus/utils-lists-xpack

Repository files navigation

GitHub package.json version GitHub tag (latest by date) npm (scoped) license CI on Push Website

A source code library with the µOS++ C++ intrusive lists

Overview

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.

License

Unless otherwise stated, the content is released under the terms of the MIT License, with all rights reserved to Liviu Ionescu.