tree: 598e2cefc122e2ac47b1615fdd83375376deb7c0 [path history] [tgz]
  1. include/
  2. src/
  3. LICENSE
  4. Makefile
  5. pkg.yml
  6. README.md
  7. syscfg.yml
versions/v1_4_0/mynewt-core/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.