diff options
author | Marco Paland <marco@paland.com> | 2018-12-28 12:47:23 +0100 |
---|---|---|
committer | Marco Paland <marco@paland.com> | 2018-12-28 12:47:23 +0100 |
commit | 3f162dbdd3766599c70940b3a56c995147fbd1bc (patch) | |
tree | 60f275eb8273a8c1484c0981ea3ab9e0fc1d4b1c | |
parent | d46b3d2b253776a332f0f0a115a5a71a2f34e923 (diff) | |
download | printf-3f162dbdd3766599c70940b3a56c995147fbd1bc.tar.gz printf-3f162dbdd3766599c70940b3a56c995147fbd1bc.tar.bz2 printf-3f162dbdd3766599c70940b3a56c995147fbd1bc.zip |
chore(readme): updated readme
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -180,8 +180,10 @@ Running with the `--wait-for-keypress exit` option waits for the enter key after ## Projects Using printf
-- [turnkey-board](https://github.com/mpaland/turnkey-board) uses printf as log and generic display formatting/output.
-(Just send me a mail/issue to get your project listed here)
+- [turnkeyboard](https://github.com/mpaland/turnkeyboard) uses printf as log and generic tty (formatting) output.
+- printf is part of [embeddedartistry/libc](https://github.com/embeddedartistry/libc), a libc targeted for embedded systems usage.
+
+(Just send me a mail/issue/PR to get *your* project listed here)
## Contributing
|