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
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to armink/cmbacktrace

Open-source alternatives to CmBacktrace

30 open-source projects similar to armink/cmbacktrace, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best CmBacktrace alternative.

  • davegamble/cjsonAvatar DaveGamble

    DaveGamble/cJSON

    12,466Vezi pe GitHub↗

    cJSON is a lightweight library for parsing, creating, and modifying JSON data structures within C applications. It provides a comprehensive set of utilities for transforming raw text into navigable objects, manipulating data fields within collections, and serializing complex structures into formatted or unformatted strings. The library is designed for memory-sensitive and resource-constrained environments, utilizing manual memory management and type-tagged union structures to maintain a minimal footprint. It employs recursive descent parsing and in-place string manipulation to process data ef

    C
    Vezi pe GitHub↗12,466
  • lmooml/smarttimerAvatar lmooml

    lmooml/SmartTimer

    207Vezi pe GitHub↗

    简单说来,SmartTimer是一个轻量级的基于STM32的定时器调度器,在单片机”裸跑”的情况下,可以很方便的实现异步编程。

    C
    Vezi pe GitHub↗207
  • majerle/lwrbAvatar MaJerle

    MaJerle/lwrb

    1,482Vezi pe GitHub↗

    Library provides generic FIFO ring buffer implementation.

    C
    Vezi pe GitHub↗1,482
  • armink/easyflashAvatar armink

    armink/EasyFlash

    2,327Vezi pe GitHub↗

    Lightweight IoT device information storage solution: KV/IAP/LOG. | 轻量级物联网设备信息存储方案:参数存储、在线升级及日志存储 ,全新一代版本请移步至 https://github.com/armink/FlashDB

    Cembeddedflashiap
    Vezi pe GitHub↗2,327
  • murphyzhao/flexiblebuttonAvatar murphyzhao

    murphyzhao/FlexibleButton

    932Vezi pe GitHub↗

    FlexibleButton 是一个基于标准 C 语言的小巧灵活的按键处理库,支持单击、连击、短按、长按、自动消抖,可以自由设置组合按键,可用于中断和低功耗场景。

    C
    Vezi pe GitHub↗932

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ță.

Find more with AI search
  • dheeraj-2000/dsalgoAvatar dheeraj-2000

    dheeraj-2000/dsalgo

    87Vezi pe GitHub↗

    Have a look at open issues, they contain the list of algorithms/DS we plan to be implemented. You can also create a new issue for an algorithm that is not in the list. Fork the repository. Clone the repo. to your local system. Add the algorithms/codes that you want to contribute (and properly…

    C++
    Vezi pe GitHub↗87
  • nevermindzzt/letter-shellAvatar NevermindZZT

    NevermindZZT/letter-shell

    1,813Vezi pe GitHub↗

    一个功能强大的嵌入式shell

    C
    Vezi pe GitHub↗1,813
  • armink/easyloggerAvatar armink

    armink/EasyLogger

    4,641Vezi pe GitHub↗

    EasyLogger is a lightweight C/C++ logging library and asynchronous framework designed for embedded systems, IoT devices, and wearables. It functions as a resource-efficient logger and flash memory manager, providing tools for low-level debugging and system event recording with minimal ROM and RAM requirements. The project distinguishes itself through an asynchronous logging model that buffers messages to a separate thread, preventing logging operations from blocking real-time application execution. It includes a specialized flash memory manager that utilizes circular buffering to persist logs

    C
    Vezi pe GitHub↗4,641
  • protobuf-c/protobuf-cAvatar protobuf-c

    protobuf-c/protobuf-c

    2,973Vezi pe GitHub↗

    Protocol Buffers implementation in C

    C++
    Vezi pe GitHub↗2,973
  • quantumleaps/qpcAvatar QuantumLeaps

    QuantumLeaps/qpc

    1,326Vezi pe GitHub↗

    View QP/C Revision History at: https://www.state-machine.com/qpc/history.html

    C
    Vezi pe GitHub↗1,326
  • eclipse/mosquittoAvatar eclipse

    eclipse/mosquitto

    11,008Vezi pe GitHub↗

    Mosquitto is an MQTT message broker and IoT messaging server designed to route data between publishers and subscribers. It functions as a centralized network hub that enables lightweight communication between distributed sensors, controllers, and other internet-of-things devices. The project includes an MQTT bridging gateway used to link separate brokers, allowing traffic to be routed and synchronized across different network locations or security zones. It also provides a client implementation for connecting to and interacting with the broker. The system manages topic-based message routing

    C
    Vezi pe GitHub↗11,008
  • throwtheswitch/unityAvatar ThrowTheSwitch

    ThrowTheSwitch/Unity

    5,265Vezi pe GitHub↗

    Unity is a lightweight unit testing framework for C, providing the assertion library, test runner, and reporting mechanisms required to verify code correctness. It functions as core testing infrastructure for organizing and executing unit tests in C environments. The framework is designed for system-level and embedded software validation, with specific capabilities for verifying firmware and hardware drivers. It focuses on memory integrity and pointer validity, allowing for the validation of pointer states and the inspection of raw memory blocks. The toolset covers a broad range of compariso

    C
    Vezi pe GitHub↗5,265
  • ethz-asl/libnaboAvatar ethz-asl

    ethz-asl/libnabo

    487Vezi pe GitHub↗

    //: # ( ==== Logo ================================================== )

    C++
    Vezi pe GitHub↗487
  • water-melon/melonAvatar Water-Melon

    Water-Melon/Melon

    1,457Vezi pe GitHub↗

    Melon

    C
    Vezi pe GitHub↗1,457
  • 0x1abin/multibuttonAvatar 0x1abin

    0x1abin/MultiButton

    2,281Vezi pe GitHub↗
    C
    Vezi pe GitHub↗2,281
  • zbar/zbarAvatar ZBar

    ZBar/ZBar

    2,540Vezi pe GitHub↗

    Clone of the mercurial repository http://zbar.hg.sourceforge.net:8000/hgroot/zbar/zbar

    C
    Vezi pe GitHub↗2,540
  • zlgopen/ametalZ

    zlgopen/ametal

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • zserge/jsmnAvatar zserge

    zserge/jsmn

    4,065Vezi pe GitHub↗

    jsmn is a lightweight JSON parser library written in C. It provides zero-copy tokenization and incremental parsing designed for use in embedded systems and memory-constrained environments. The library identifies structural JSON elements by providing offsets into the original string rather than allocating new memory for data. It uses a single-pass scanning method and requires static-buffer allocation, meaning the caller provides the memory for tokens to avoid dynamic allocation during the parsing process. The parser supports incremental streaming, allowing it to process JSON data in chunks fr

    Cjson-datajson-stringparsing
    Vezi pe GitHub↗4,065
  • armink/sfudAvatar armink

    armink/SFUD

    1,678Vezi pe GitHub↗

    SFUD 是一款开源的串行 SPI Flash 通用驱动库。由于现有市面的串行 Flash 种类居多,各个 Flash 的规格及命令存在差异, SFUD 就是为了解决这些 Flash 的差异现状而设计,让我们的产品能够支持不同品牌及规格的 Flash,提高了涉及到 Flash 功能的软件的可重用性及可扩展性,同时也可以规避 Flash 缺货或停产给产品所带来的风险。

    C
    Vezi pe GitHub↗1,678
  • armmbed/mbedtlsAvatar ARMmbed

    ARMmbed/mbedtls

    6,712Vezi pe GitHub↗

    Mbed TLS is an open-source TLS and DTLS library with a small footprint, designed for embedded systems and IoT devices. It provides a portable cryptographic library that includes symmetric ciphers, hashing, and public-key cryptography, along with a reference implementation of the PSA Cryptography API for standardized cryptographic operations across platforms. The library also offers X.509 certificate management for parsing, validating, and managing certificate chains in secure communications. The library is built around a platform abstraction layer that decouples it from OS-specific services t

    C
    Vezi pe GitHub↗6,712
  • ffmpeg/ffmpegAvatar FFmpeg

    FFmpeg/FFmpeg

    61,176Vezi pe GitHub↗

    FFmpeg is a cross-platform multimedia framework designed for the recording, conversion, and streaming of audio and video content. It functions as a comprehensive toolkit that provides both a command-line utility for direct media manipulation and a collection of low-level libraries for integration into custom applications. At its core, the project utilizes a packet-based stream engine and a format-agnostic abstraction layer to handle diverse media standards, containers, and network protocols. The framework distinguishes itself through a modular, graph-based filter execution model that allows f

    Caudiocffmpeg
    Vezi pe GitHub↗61,176
  • activesys/libcstlAvatar activesys

    activesys/libcstl

    677Vezi pe GitHub↗

    This directory contains the sources of the libcstl Library. See the file "VERSION" for what release version you have. libcstl is the use of C language, a common data structure and used algorithms library, which mimic the interface and the SGI STL to achieve.

    C
    Vezi pe GitHub↗677
  • google/cmockeryAvatar google

    google/cmockery

    1,086Vezi pe GitHub↗

    For information about how to use the cmockery unit testing framework see doc/index.html.

    Shell
    Vezi pe GitHub↗1,086
  • google/googletestAvatar google

    google/googletest

    38,713Vezi pe GitHub↗

    This project is a comprehensive C++ unit testing framework designed to verify code logic and identify regressions through a suite of assertion macros, test fixtures, and execution runners. It automates the discovery and registration of test cases during static initialization, allowing developers to define isolated test environments that ensure repeatable and predictable conditions for every execution. The framework distinguishes itself through a sophisticated mock object library that enables the simulation of components and the enforcement of strict interaction requirements. By intercepting v

    C++
    Vezi pe GitHub↗38,713
  • gorgonmeducer/ploocAvatar GorgonMeducer

    GorgonMeducer/PLOOC

    427Vezi pe GitHub↗

    Protected Low-overhead Object-Oriented Programming with ANSI-C, known as PLOOC 'plu:k, is a set of well-polished C macro templates that:

    C
    Vezi pe GitHub↗427
  • hardysimpson/zlogAvatar HardySimpson

    HardySimpson/zlog

    2,534Vezi pe GitHub↗

    zlog is a reliable, high-performance, thread safe, flexible, clear-model, pure C logging library.

    C
    Vezi pe GitHub↗2,534
  • hepingood/ws2812bAvatar hepingood

    hepingood/ws2812b

    201Vezi pe GitHub↗

    English | 简体中文 | 繁體中文 | 日本語 | Deutsch | 한국어

    C
    Vezi pe GitHub↗201
  • heyuanjie87/airkissopenAvatar heyuanjie87

    heyuanjie87/airkissOpen

    41Vezi pe GitHub↗

    ``` //rtconfig.h

    C
    Vezi pe GitHub↗41
  • izzimat/pigweedAvatar izzimat

    izzimat/pigweed

    48Vezi pe GitHub↗

    Pigweed is an open source collection of embedded-targeted libraries--or as we like to call them, modules. These modules are building blocks and infrastructure that enable faster and more reliable development on small-footprint MMU-less 32-bit microcontrollers like the STMicroelectronics…

    C++
    Vezi pe GitHub↗48
  • 0x1abin/multitimerAvatar 0x1abin

    0x1abin/MultiTimer

    1,110Vezi pe GitHub↗

    MultiTimer 是一个软件定时器扩展模块,可无限扩展你所需的定时器任务,取代传统的标志位判断方式, 更优雅更便捷地管理程序的时间触发时序。

    C
    Vezi pe GitHub↗1,110