From 511136e0014c4edc8a55b266923c62a8abccb52e Mon Sep 17 00:00:00 2001 From: Dmitry Murzinov Date: Thu, 19 Jan 2023 23:19:09 +0300 Subject: [PATCH] Add nanoprintf --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b963826..10e23da 100644 --- a/README.md +++ b/README.md @@ -354,7 +354,7 @@ Computer Vision * [tiny-printf](https://github.com/mpaland/printf) - Tiny, fast, non-dependent and fully loaded printf implementation for embedded systems. Extensive test suite passing. * [tiny-printf new](https://github.com/eyalroz/printf) - Enhanced and maintained fork of `tiny-printf`. Tiny, fast(ish), self-contained and fully loaded printf, sprinf etc. * [mini-printf](https://github.com/ldoolitt/mini-printf) - Minimal printf() implementation for embedded projects. - +* [nanoprintf](https://github.com/charlesnicholson/nanoprintf) - The smallest public printf implementation for its feature set. ### Logging