Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/japaric/lifo

A heap-less, interrupt-safe, lock-free memory pool for Cortex-M devices
https://github.com/japaric/lifo

Last synced: about 2 months ago
JSON representation

A heap-less, interrupt-safe, lock-free memory pool for Cortex-M devices

Awesome Lists containing this project

README

        

**STATUS:** *DEPRECATED*. The code in this repository crate has been integrated
into [heapless] v0.4.3. This repository is now archived and will receive no
further updates.

[heapless]: https://crates.io/crates/heapless

- [@japaric](https://github.com/japaric/), 2019-05-22

---

# `lifo`

> A heap-less, interrupt-safe, lock-free memory pool for Cortex-M devices

## License

The code in this repository is distributed under the terms of both the MIT
license and the Apache License (Version 2.0).

See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT) for details.