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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
sinferwu avatar

sinferwu/xprintf

0
View on GitHub↗
5 stele·1 fork·C·8 vizualizări

Xprintf

xprintf is a compact string I/O library. It is ideal for tiny microcontrollers that has insufficient program memory for regular printf function. The recommended use is: writing formatted strings into LCD or UART and for debug/maintenance console.

Features

  • Formatting and Logging - Compact string I/O library for tiny microcontrollers.

Istoric stele

Graficul istoricului de stele pentru sinferwu/xprintfGraficul istoricului de stele pentru sinferwu/xprintf

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Xprintf

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Xprintf.
  • wemobiledev/articleAvatar WeMobileDev

    WeMobileDev/article

    4,395Vezi pe 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

    Vezi pe GitHub↗4,395
  • charlesnicholson/nanoprintfAvatar charlesnicholson

    charlesnicholson/nanoprintf

    829Vezi pe 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++
    Vezi pe GitHub↗829
  • cjlano/tinyprintfAvatar cjlano

    cjlano/tinyprintf

    254Vezi pe GitHub↗

    A tiny printf and sprintf library for small embedded systems

    C
    Vezi pe GitHub↗254
  • binarymaker/embedded-diagnostic-loggerAvatar binarymaker

    binarymaker/embedded-diagnostic-logger

    10Vezi pe GitHub↗

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

    C
    Vezi pe GitHub↗10
Vezi toate cele 19 alternative pentru Xprintf→

Întrebări frecvente

Ce face sinferwu/xprintf?

xprintf is a compact string I/O library. It is ideal for tiny microcontrollers that has insufficient program memory for regular printf function. The recommended use is: writing formatted strings into LCD or UART and for debug/maintenance console.

Care sunt principalele funcționalități ale sinferwu/xprintf?

Principalele funcționalități ale sinferwu/xprintf sunt: Formatting and Logging.

Care sunt câteva alternative open-source pentru sinferwu/xprintf?

Alternativele open-source pentru sinferwu/xprintf includ: 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,… cjlano/tinyprintf — A tiny printf and sprintf library for small embedded systems. 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… binarymaker/embedded-diagnostic-logger — lightweight logger framework for small microcontroller based projects. Multilevel log and token based string transfer.