maciNTosh/baselibc
2024-07-12 12:41:19 +01:00
..
include Initial commit 2024-07-12 12:41:19 +01:00
src Initial commit 2024-07-12 12:41:19 +01:00
tests Initial commit 2024-07-12 12:41:19 +01:00
LICENSE Initial commit 2024-07-12 12:41:19 +01:00
Makefile Initial commit 2024-07-12 12:41:19 +01:00
README.md Initial commit 2024-07-12 12:41:19 +01:00

Baselibc

This is a very simple libc for embedded systems. Mainly geared for 32-bit microcontrollers in the 10-100kB memory range. The library compiles to less than 5kB total on Cortex-M3, and much less if some functions aren't used.

The code is based on klibc and tinyprintf modules, and licensed under the BSD license.