awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
cjlano avatar

cjlano/tinyprintf

0
View on GitHub↗
254 stars·68 forks·C·BSD-3-Clause·7 viewswww.sparetimelabs.com/tinyprintf/index.html↗

Tinyprintf

A tiny printf and sprintf library for small embedded systems

Features

  • Formatting and Logging - Tiny printf and sprintf library for small systems.

Star history

Star history chart for cjlano/tinyprintfStar history chart for cjlano/tinyprintf

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Tinyprintf

Similar open-source projects, ranked by how many features they share with Tinyprintf.
  • wemobiledev/articleWeMobileDev avatar

    WeMobileDev/article

    4,395View on GitHub↗

    This repository is a collection of technical knowledge and solutions focused on mobile application development, particularly for Android and iOS platforms. It covers a wide range of practical engineering challenges, including hotfix and patching techniques, database management and repair, network communication, logging, and video processing. The content is presented as shared knowledge, documenting real-world problems and their implementations. The project provides detailed guidance on applying hotfixes to running Android applications through multiple methods, such as class replacement, full

    View on GitHub↗4,395
  • charlesnicholson/nanoprintfcharlesnicholson avatar

    charlesnicholson/nanoprintf

    829View on GitHub↗

    nanoprintf is an unencumbered implementation of snprintf and vsnprintf for embedded systems that, when fully enabled, aim for C11 standard compliance. The primary exceptions are scientific notation (%e, %g), and locale conversions that require wcrtomb to exist. C23 binary integer output is…

    C++
    View on GitHub↗829
  • eyalroz/printfeyalroz avatar

    eyalroz/printf

    624View on GitHub↗

    Tiny, fast(ish), self-contained, fully loaded printf, sprinf etc. implementation; particularly useful in embedded systems.

    C
    View on GitHub↗624
  • binarymaker/embedded-diagnostic-loggerbinarymaker avatar

    binarymaker/embedded-diagnostic-logger

    10View on GitHub↗

    lightweight logger framework for small microcontroller based projects. Multilevel log and token based string transfer.

    C
    View on GitHub↗10
See all 19 alternatives to Tinyprintf→

Frequently asked questions

What does cjlano/tinyprintf do?

A tiny printf and sprintf library for small embedded systems

What are the main features of cjlano/tinyprintf?

The main features of cjlano/tinyprintf are: Formatting and Logging.

What are some open-source alternatives to cjlano/tinyprintf?

Open-source alternatives to cjlano/tinyprintf include: wemobiledev/article — This repository is a collection of technical knowledge and solutions focused on mobile application development,… charlesnicholson/nanoprintf — nanoprintf is an unencumbered implementation of snprintf and vsnprintf for embedded systems that, when fully enabled,… eyalroz/printf — Tiny, fast(ish), self-contained, fully loaded printf, sprinf etc. implementation; particularly useful in embedded… fmtlib/fmt — fmt is a type-safe C++ text formatting library used to convert data into formatted strings and text. It serves as a… gabime/spdlog — spdlog is a high-performance C++ logging library designed to record diagnostic messages and application events. It… binarymaker/embedded-diagnostic-logger — lightweight logger framework for small microcontroller based projects. Multilevel log and token based string transfer.