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

https://github.com/ryochack/emkit

Modules and frameworks for the embedded development
https://github.com/ryochack/emkit

Last synced: about 2 months ago
JSON representation

Modules and frameworks for the embedded development

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/ryochack/emkit.svg)](https://travis-ci.org/ryochack/emkit)

emkit
======

## Target
- Small resource system. (also bare metal)

## Policy
- Simplicity is better than complication.
- Fast is better than slow.
- Small is better than big.
- Flexible is good. But its priority is lower than items above-mentioned.

## Modules and Frameworks
- archive
- [ ] rle
- bit
- [ ] bit
- container
- [x] fixed_ringbuffer
- [ ] graph
- [ ] map
- [x] queue
- [x] ringbuffer
- [x] stack
- [ ] tree
- framework
- [x] command
- [ ] observer
- [x] shell
- memory
- [x] fixed_memorypool
- [ ] memorypool
- protocol
- [ ] xmodem
- [ ] ymodem
- [ ] zmodem
- search
- [ ] binaysearch
- security
- [x] checksum
- [ ] crc
- sort
- [ ] mergesort
- [ ] quicksort
- text
- [x] text

## License
MIT-License.
Please refer to LICENSE file.