Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month ago
JSON representation
A heap-less, interrupt-safe, lock-free memory pool for Cortex-M devices
- Host: GitHub
- URL: https://github.com/japaric/lifo
- Owner: japaric
- License: apache-2.0
- Archived: true
- Created: 2019-01-26T20:58:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-22T15:53:55.000Z (over 5 years ago)
- Last Synced: 2024-07-18T10:00:01.414Z (6 months ago)
- Language: Rust
- Size: 1.61 MB
- Stars: 11
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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.