aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Paland <marco@paland.com>2020-01-01 18:16:48 +0100
committerMarco Paland <marco@paland.com>2020-01-01 18:16:48 +0100
commitd3b984684bb8a8bdc48cc7a1abecb93ce59bbe3e (patch)
tree8d9ece0cdeecb76a9f3a64cc16f56048918d02f8
parent21eea6c9a785f221181adedbe9cbcd0f585cc41e (diff)
downloadprintf-master.tar.gz
printf-master.tar.bz2
printf-master.zip
chore(readme): 2020 announcementHEADmaster
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9554ebf..2122653 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,12 @@ If memory footprint is really a critical issue, floating point, exponential and
When using printf (instead of sprintf/snprintf) you have to provide your own `_putchar()` low level function as console/serial output.
+## 2020 announcement
+This project is not dead! I just had no time in 2019 for sufficient support, sorry.
+Within the next weeks, I will have a look to all PRs and open issues.
+Thank you all for supporting this project.
+
+
## Highlights and Design Goals
There is a boatload of so called 'tiny' printf implementations around. So why this one?