Description
Links embedded and bare-metal programs against picolibc, a small C library derived from newlib with stdio pieces from avrlibc. It is useful for firmware developers who need a compact libc for constrained targets.
Embedded C libraries affect memory use, ABI, startup behavior, and available standard functions. Test carefully on the target hardware before shipping firmware.