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.
☆156Updated 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…☆370Updated 2 months ago
- Embedded systems memory management library. Implementations for malloc(), free(), and other useful memory management functions☆252Updated last year
- "Lock-Free Ring Buffer" (LFRB) is a minimal, customizable implementation of a ring buffer (a.k.a. circular buffer) in C, specifically sui…☆53Updated 8 months ago
- A parser strictly enforcing the ECMA-404 JSON standard, suitable for microcontrollers☆119Updated last month
- A fast and lightweight event loop for embedded platforms.☆103Updated 3 years ago
- Lightweight printf library optimized for embedded systems☆262Updated last month
- State Machine Design in C☆148Updated this week
- lightweight logging for embedded microcontrollers☆279Updated 4 months ago
- A curated list of awesome embedded software frameworks, libraries, resources, and shiny things.☆108Updated 2 years ago
- Lightweight exception implementation for C☆339Updated 4 months ago
- A pure C implementation of the Observer Pattern☆60Updated 6 years ago
- This repository contains FreeRTOS+POSIX source code, which could be consumed as a submodule.☆126Updated 2 months ago
- A minimalist UML State machine framework for finite state machine and hierarchical state machine in C☆184Updated 10 months ago
- Practical design patterns in C☆439Updated last year
- Lightweight shell implementation for embedded systems☆157Updated last month
- Single-header CLI with history and autocompletion for embedded systems (like Arduino or STM32)☆298Updated last year
- Lightweight JSON parser for embedded systems☆209Updated last month
- FreeRTOS-Plus-TCP library repository. +TCP files only. Submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos.☆181Updated last week
- Bootstrap C code on a Cortex-M MCU☆220Updated 5 years ago
- libc targeted for embedded systems usage. Reduced set of functionality (due to embedded nature). Chosen for portability and quick bringu…☆587Updated 3 months ago
- a memory allocator for embedded systems (microcontrollers)☆65Updated 7 years ago
- Embedded (bare metal) C scheduler library☆30Updated 7 years ago
- Free real-time operating system (RTOS) for microcontrollers with advanced c++ wrapper and support for std::thread☆200Updated last year
- Implement of all problems in the book "Design Patterns for Embedded system in C"☆192Updated 8 years ago
- <design-patterns-for-embedded-system-in-c>☆62Updated 6 years ago
- CMake toolchain configurations for ARM☆282Updated 3 months ago
- A simple logging library for C/C++☆155Updated last year
- A simple command-line interface for use in embedded systems.☆120Updated last year
- Reusable project skeleton for embedded C & C++ projects using CMake.☆49Updated last year
- QP/C++ Real-Time Event Framework/RTOS is a lightweight implementation of the asynchronous, event-driven Active Object (Actor) model combi…☆425Updated this week