SkillAgentSearch skills...

Baselibc

Small C library for microcontrollers. Code is based on klibc.

Install / Use

/learn @PetteriAimonen/Baselibc
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

Similar projects

  • https://github.com/embeddedartistry/libc: A more recent project with more active maintenance, quite similar in design.
View on GitHub
GitHub Stars119
CategoryDevelopment
Updated5mo ago
Forks33

Languages

C

Security Score

77/100

Audited on Oct 26, 2025

No findings