tree: b78a1184c1fd2c95e53ce069744535f17fac8c5c [path history] [tgz]
  1. include/
  2. selftest/
  3. src/
  4. LICENSE
  5. Makefile
  6. pkg.yml
  7. README.md
  8. syscfg.yml
libc/baselibc/README.md

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.