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.
☆162Updated last week
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…☆434Updated 3 months ago
- Embedded systems memory management library. Implementations for malloc(), free(), and other useful memory management functions☆277Updated 2 weeks ago
- "Lock-Free Ring Buffer" (LFRB) is a minimal, customizable implementation of a ring buffer (a.k.a. circular buffer) in C, specifically sui…☆66Updated last year
- Lightweight JSON parser for embedded systems☆251Updated last week
- Simple and memory-efficient implementation of OOP in C suitable for real-time embedded systems.☆264Updated 2 years ago
- A pure C implementation of the Observer Pattern☆64Updated 7 years ago
- A fast and lightweight event loop for embedded platforms.☆110Updated 3 years ago
- State Machine Design in C☆187Updated 7 months ago
- Free real-time operating system (RTOS) for microcontrollers with advanced c++ wrapper and support for std::thread☆205Updated last month
- This repository contains FreeRTOS+POSIX source code, which could be consumed as a submodule.☆141Updated 10 months ago
- FreeRTOS-Plus-TCP library repository. +TCP files only. Submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos.☆198Updated last week
- Practical design patterns in C☆450Updated 2 years ago
- A minimalist UML State machine framework for finite state machine and hierarchical state machine in C☆226Updated last year
- Implement of all problems in the book "Design Patterns for Embedded system in C"☆204Updated 9 years ago
- Lightweight shell implementation for embedded systems☆202Updated 4 months ago
- A curated list of awesome embedded software frameworks, libraries, resources, and shiny things.☆112Updated 3 years ago
- A hierarchical state machine for C or C++☆34Updated last year
- C implementations of state machines for event driven systems.☆42Updated 6 years ago
- C library used to code JSON objects in null-terminated strings☆101Updated 2 years ago
- C/C++ JSON parser, emitter, JSON-RPC engine for embedded systems☆453Updated 11 months ago
- Memory Manager For Small(ish) Microprocessors☆471Updated 11 months ago
- A simple ring buffer (circular buffer) designed for embedded systems.☆660Updated 9 months ago
- Lightweight printf library optimized for embedded systems☆331Updated last month
- MiROS (Minimal Real-Time Operating System) for ARM Cortex-M☆115Updated last year
- lightweight logging for embedded microcontrollers☆370Updated 11 months ago
- QTools collection of host-based tools for embedded systems development with QP frameworks on Windows, Linux and macOS☆143Updated 3 weeks ago
- Lightweight exception implementation for C☆355Updated 11 months ago
- a memory allocator for embedded systems (microcontrollers)☆67Updated 8 years ago
- Event-driven, preemptive, priority-based, hardware RTOS for ARM Cortex-M.☆239Updated 11 months ago
- libc targeted for embedded systems usage. Reduced set of functionality (due to embedded nature). Chosen for portability and quick bringu…☆628Updated 2 weeks ago