The newlib-nano is an open source C library (libc) targeting embedded microcontrollers (MCU). Implementation focus is on code and data size reduction through optimization and removal of non-MCU features.
It was originally developed for ARM Cortex-M based MCUs as a part of the GNU Tools for ARM Embedded Processors see this link for more details.
newlib-nano is a derivative of the well known newlib C library for embedded systems.
This project goal is to enhance newlib-nano with additional features and extend support to additional MCU families.
For ready to use downloads see the 32bitmicro web site.
- newlib-nano-2.1 - corresponds to gcc-arm-none-eabi-4_8-2014q1-20140314
- newlib-nano-2.0 - corresponds to gcc-arm-none-eabi-4_8-2013q4-20131204