embeddedartistry / libc
libc targeted for embedded systems usage. Reduced set of functionality (due to embedded nature). Chosen for portability and quick bringup.
☆545Updated 9 months ago
Alternatives and similar repositories for libc:
Users that are interested in libc are comparing it to the libraries listed below
- Embedded systems memory management library. Implementations for malloc(), free(), and other useful memory management functions☆237Updated 9 months ago
- Tiny, fast(ish), self-contained, fully loaded printf, sprinf etc. implementation; particularly useful in embedded systems.☆473Updated 3 weeks ago
- picolibc - a C library designed for embedded 32- and 64- bit systems.☆1,263Updated this week
- Bootstrap C code on a Cortex-M MCU☆212Updated 5 years ago
- Unofficial mirror of sourceware newlib repository. Updated daily.☆247Updated this week
- The smallest public printf implementation for its feature set.☆642Updated 3 weeks ago
- Memory Manager For Small(ish) Microprocessors☆409Updated last week
- Lightweight dynamic memory manager library for embedded systems with memory constraints. It implements malloc, calloc, realloc and free f…☆321Updated last month
- A tiny printf and sprintf library for small embedded systems☆234Updated last year
- Constant-complexity deterministic memory allocator (heap) for hard real-time high-integrity embedded systems. Allocation takes ≈165 cycle…☆274Updated 10 months ago
- ARM Cortex-M bare-metal example code in C++ and CMake build