awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
binarymaker avatar

binarymaker/embedded-diagnostic-logger

0
View on GitHub↗
10 Stars·0 Forks·C·2 Aufrufe

Embedded Diagnostic Logger

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

Features

  • Formatting and Logging - Lightweight logger framework with token-based string transfer.

Star-Verlauf

Star-Verlauf für binarymaker/embedded-diagnostic-loggerStar-Verlauf für binarymaker/embedded-diagnostic-logger

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Embedded Diagnostic Logger

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Embedded Diagnostic Logger.
  • wemobiledev/articleAvatar von WeMobileDev

    WeMobileDev/article

    4,395Auf GitHub ansehen↗

    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

    Auf GitHub ansehen↗4,395
  • cjlano/tinyprintfAvatar von cjlano

    cjlano/tinyprintf

    254Auf GitHub ansehen↗

    A tiny printf and sprintf library for small embedded systems

    C
    Auf GitHub ansehen↗254
  • eyalroz/printfAvatar von eyalroz

    eyalroz/printf

    624Auf GitHub ansehen↗

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

    C
    Auf GitHub ansehen↗624
  • charlesnicholson/nanoprintfAvatar von charlesnicholson

    charlesnicholson/nanoprintf

    829Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗829
Alle 18 Alternativen zu Embedded Diagnostic Logger anzeigen→

Häufig gestellte Fragen

Was macht binarymaker/embedded-diagnostic-logger?

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

Was sind die Hauptfunktionen von binarymaker/embedded-diagnostic-logger?

Die Hauptfunktionen von binarymaker/embedded-diagnostic-logger sind: Formatting and Logging.

Welche Open-Source-Alternativen gibt es zu binarymaker/embedded-diagnostic-logger?

Open-Source-Alternativen zu binarymaker/embedded-diagnostic-logger sind unter anderem: wemobiledev/article — This repository is a collection of technical knowledge and solutions focused on mobile application development,… 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… gabime/spdlog — spdlog is a high-performance C++ logging library designed to record diagnostic messages and application events. It… charlesnicholson/nanoprintf — nanoprintf is an unencumbered implementation of snprintf and vsnprintf for embedded systems that, when fully enabled,…