aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMarco Paland <marco@paland.com>2017-10-31 14:37:16 +0100
committerMarco Paland <marco@paland.com>2017-10-31 14:37:16 +0100
commit922e66d85fef36e8cefcb9207984f067345ced9c (patch)
tree12aca35211bc446e8375043079b63391c269bd35 /README.md
parentc25e65ff3e49d0e139e0a8fcbeb4014167407219 (diff)
downloadprintf-922e66d85fef36e8cefcb9207984f067345ced9c.tar.gz
printf-922e66d85fef36e8cefcb9207984f067345ced9c.tar.bz2
printf-922e66d85fef36e8cefcb9207984f067345ced9c.zip
Updated readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index f2e230f..bd4c73f 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ Therefore I decided to write an own implementation which meets the following ite
- Support of dec/float number representation (with an own fast itoa/ftoa)
- Reentrant and thread-safe, malloc free
- LINT and compiler L4 warning free, coverity clean, automotive ready
- - Extensive test suite (> 260 test cases) passing
+ - Extensive test suite (> 270 test cases) passing
- MIT license
@@ -121,6 +121,10 @@ The length sub-specifier modifies the length of the data type.
For testing just compile, build and run the test suite located in `test/test_suite.cpp`. This uses the [catch](https://github.com/philsquared/Catch) framework for unit-tests, which is auto-adding main().
+## Projects using printf
+- [turnkey-board](https://github.com/mpaland/turnkey-board) uses printf as log and generic display formatting/output.
+
+
## Contributing
1. Create an issue and describe your idea