goToMain / c-utilsLinks
Tiny, modular, drop-in, library of some most commonly used utility methods for C (embedded) applications. Intended to be used as a git-submodule inside your projects to kickstart development. See https://c-utils.gotomain.io for more details.
☆161Updated last month
Alternatives and similar repositories for c-utils
Users that are interested in c-utils are comparing it to the libraries listed below
Sorting:
- Lightweight dynamic memory manager library for embedded systems with memory constraints. It implements malloc, calloc, realloc and free f…☆417Updated this week
- Lightweight JSON parser for embedded systems☆241Updated last month
- Embedded systems memory management library. Implementations for malloc(), free(), and other useful memory management functions☆270Updated last year
- State Machine Design in C☆168Updated 4 months ago
- A pure C implementation of the Observer Pattern☆63Updated 6 years ago
- Memory Manager For Small(ish) Microprocessors☆463Updated 8 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 last year
- Simple and memory-efficient implementation of OOP in C suitable for real-time embedded systems.☆256Updated last year
- Lightweight shell implementation for embedded systems☆172Updated last month
- Implement of all problems in the book "Design Patterns for Embedded system in C"☆203Updated 9 years ago
- A fast and lightweight event loop for embedded platforms.☆107Updated 3 years ago
- A curated list of awesome embedded software frameworks, libraries, resources, and shiny things.☆109Updated 2 years ago
- Lightweight printf library optimized for embedded systems☆323Updated last month
- A minimalist UML State machine framework for finite state machine and hierarchical state machine in C☆217Updated last year
- This repository contains FreeRTOS+POSIX source code, which could be consumed as a submodule.☆132Updated 7 months ago
- C/C++ JSON parser, emitter, JSON-RPC engine for embedded systems☆444Updated 8 months ago
- Free real-time operating system (RTOS) for microcontrollers with advanced c++ wrapper and support for std::thread☆203Updated this week
- Lightweight exception implementation for C☆352Updated 8 months ago
- FreeRTOS-Plus-TCP library repository. +TCP files only. Submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos.☆193Updated last week
- A simple ring buffer (circular buffer) designed for embedded systems.☆644Updated 6 months ago
- libc targeted for embedded systems usage. Reduced set of functionality (due to embedded nature). Chosen for portability and quick bringu…☆615Updated 8 months ago
- Versatile and easy to use C language utility library with functions and macros commonly used in various applications☆74Updated last month
- lightweight logging for embedded microcontrollers☆348Updated 9 months ago
- Single-header CLI with history and autocompletion for embedded systems (like Arduino or STM32)☆331Updated 2 months ago
- C implementations of state machines for event driven systems.☆41Updated 6 years ago
- A parser strictly enforcing the ECMA-404 JSON standard, suitable for microcontrollers☆129Updated 4 months ago
- C library used to code JSON objects in null-terminated strings☆99Updated 2 years ago
- A hierarchical state machine for C or C++☆32Updated last year
- Embedded (bare metal) C scheduler library☆32Updated 7 years ago
- Tiny, fast(ish), self-contained, fully loaded printf, sprinf etc. implementation; particularly useful in embedded systems.☆529Updated this week