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
- Host: GitHub
- URL: https://github.com/ryochack/emkit
- Owner: ryochack
- License: mit
- Created: 2015-11-10T14:23:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-26T13:17:44.000Z (over 10 years ago)
- Last Synced: 2025-01-19T16:13:13.592Z (over 1 year ago)
- Language: C
- Size: 93.8 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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.