diff --git a/README.md b/README.md index a3e9430..b54f59f 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ Permanent URL to this list: https://github.com/iDoka/awesome-embedded-software * [MicroTBX](https://github.com/feaser/microtbx) - Open source Microcontroller ToolBoX consisting of software components commonly needed in embedded software applications. MicroTBX is written in the C programming language (C99) with MISRA compliance in mind. * [umlibc](https://github.com/rhempel/umlibc) - A bare-bones libc for memory constrained systems. * [µClibc-ng](https://github.com/wbx-github/uclibc-ng) - Embedded C Library. +* [Embedded Artistry's libc](https://github.com/embeddedartistry/libc) - A stripped-down C standard library implementation targeted for microcontroller-based embedded systems. Reduced set of functionality (due to embedded nature). Chosen for portability and quick bringup. * [HWlib](https://github.com/wovo/hwlib) - C++ OO micro-controller library for close-to-the-hardware programming.