mickjc750 / strLinks
C String handling library inspired by Luca Sas
☆261Updated 2 weeks ago
Alternatives and similar repositories for str
Users that are interested in str are comparing it to the libraries listed below
Sorting:
- Unicode® algorithms on a chip. Compliant with MISRA C:2012.☆63Updated this week
- Lightweight dynamic memory manager library for embedded systems with memory constraints. It implements malloc, calloc, realloc and free f…☆400Updated this week
- My variant of the C Template Library☆268Updated 2 months ago
- Protothreads (coroutines) in C99. Highly portable, but work best in low-end embedded systems.☆294Updated 8 years ago
- Lightweight printf library optimized for embedded systems☆312Updated last week
- A fast and lightweight event loop for embedded platforms.☆105Updated 3 years ago
- A ultra-lightweight embedded scripting language optimized for microcontrollers.☆958Updated last month
- Lightweight shell implementation for embedded systems☆170Updated last week
- Compute any CRC, a bit at a time, a byte at a time, and a word at a time.☆333Updated 7 months ago
- Embedded systems memory management library. Implementations for malloc(), free(), and other useful memory management functions☆266Updated last year
- The smallest public printf implementation for its feature set.☆757Updated last month
- A font rendering library for microcontrollers.☆384Updated 11 months ago
- "Lock-Free Ring Buffer" (LFRB) is a minimal, customizable implementation of a ring buffer (a.k.a. circular buffer) in C, specifically sui…☆62Updated 11 months ago
- Memory Manager For Small(ish) Microprocessors☆455Updated 6 months ago
- MicroShell is a lightweight pure C implementation of shell emulator dedicated for embedded bare-metal systems.☆332Updated last year
- The tiny C library of 2D computer graphics.☆206Updated 3 weeks ago
- Tiny, fast(ish), self-contained, fully loaded printf, sprinf etc. implementation; particularly useful in embedded systems.☆521Updated this week
- EMbedded ZModem☆34Updated 2 years ago
- Header-only library for asynchronous tasks in C☆268Updated last year
- Versatile and easy to use C language utility library with functions and macros commonly used in various applications☆73Updated this week
- lightweight logging for embedded microcontrollers☆329Updated 7 months ago
- C/C++ JSON parser, emitter, JSON-RPC engine for embedded systems☆434Updated 6 months ago
- All-inclusive Buffer for C☆413Updated last year
- String parsing library combining the memory safety of strsep and the convenience of a sscanf-like interface.☆28Updated 11 months ago
- Lightweight JSON parser for embedded systems☆231Updated last week
- 纯C语言高性能的轻量级协程,比protothread更高效,仅一个bp.h文件。 Lightweight coroutine with high performance in pure C language, …☆98Updated 3 years ago
- Lightweight event management system for embedded systems