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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
probe-rs avatar

probe-rs/probe-rs

0
View on GitHub↗
2,599 stars·529 forks·Rust·apache-2.0·6 vuesprobe.rs↗

Probe Rs

probe-rs is an embedded debugging toolset used for flashing, debugging, and inspecting microcontrollers via hardware debug probes. It functions as an embedded firmware flasher, a memory manager for reading and writing to processor registers, and a server implementing the Debug Adapter Protocol to connect hardware debugging to various code editors.

The project includes a CMSIS-Pack target parser to extract device metadata and flash configurations from industry-standard definition files. It provides a driver-based probe abstraction to interact with various hardware debug probes regardless of the underlying transport protocol.

The toolset covers processor execution management, including the ability to halt, run, or step through code and manage hardware breakpoints. It supports real-time target monitoring through high-speed data streaming and log capture via ringbuffers. Additional capabilities include hosting a GDB server and exporting data channels through network sockets for external analysis.

Features

  • Firmware Flashing - Downloads and executes compiled binary firmware on target microcontrollers using debug probes and flash algorithms.
  • Embedded Systems Debugging - Provides a comprehensive toolset for flashing, debugging, and inspecting embedded microcontrollers via hardware debug probes.
  • Device Metadata Definitions - Parses metadata files to resolve device-specific memory maps, flash algorithms, and processor core details.
  • Debug Adapter Protocol Implementations - Implements a server that provides the Debug Adapter Protocol to allow various code editors to control hardware debugging.
  • Breakpoint Debugging - Provides the ability to halt, run, and step through code on a target core using hardware breakpoints.
  • Register and Variable Monitors - Allows real-time monitoring and modification of core registers and program variables during execution.
  • Microcontroller Flashers - Uploads compiled binary firmware to target microcontrollers using device-specific flash algorithms.
  • RAM-Based Flash Algorithms - Executes device-specific RAM programs on the target to write binary data into non-volatile flash memory.
  • Direct Memory Access - Provides direct read and write access to the raw memory addresses of a target microcontroller.
  • Execution Flow Control - Enables stepping through code at instruction levels and managing hardware breakpoints to analyze program flow.
  • Register State Inspectors - Provides utilities to inspect and manipulate CPU register values to track and control program state.
  • Target Memory Managers - Provides a system for reading and writing to the memory and registers of a target processor.
  • Debug Probe Interfaces - Provides a driver-based abstraction layer to interface with various hardware debug probes.
  • Hardware Configuration Extraction - Parses device configuration files to generate simplified descriptions containing critical metadata and binary data.
  • GDB Server Implementations - Hosts a network interface that allows external GDB debuggers to control target hardware and inspect internal state.
  • CMSIS-Pack Parsers - Extracts device metadata and flash configurations from industry-standard CMSIS-Pack target definition files.
  • Debug Probe Abstractions - Provides a mechanism to connect to microcontrollers using standard probe drivers or custom hardware logic.
  • Device Support Configurations - Provides the capability to create new device support configurations using standard device packs or custom flash algorithms.
  • Embedded Data Streaming - Implements a high-speed duplex communication mechanism using ringbuffers for transferring data between host and target.
  • Real-Time Target Monitoring - Streams logs and data channels from a microcontroller to a host computer for live system observation.
  • Debug Data Streams - Uses ringbuffers for high-speed duplex streaming of real-time debug logs and telemetry between host and target.
  • Real-Time Application Log Monitoring - Streams data from target logging channels (RTT) to a terminal for real-time system monitoring.
  • Embedded Log Capture - Retrieves execution logs and stack traces from a target device using standardized logging protocols.
  • Outils de développement - Modern debugging toolkit for embedded hardware.
  • Embedded Development - Toolkit for flashing and debugging ARM/RISC-V microcontrollers.

Historique des stars

Graphique de l'historique des stars pour probe-rs/probe-rsGraphique de l'historique des stars pour probe-rs/probe-rs

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Probe Rs

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Probe Rs.
  • blackmagic-debug/blackmagicAvatar de blackmagic-debug

    blackmagic-debug/blackmagic

    3,715Voir sur GitHub↗

    Blackmagic is a GDB server for embedded hardware that translates GDB remote protocol messages into JTAG and SWD commands. It functions as an ARM and RISC-V debugger and hardware debug probe manager, enabling users to inspect memory, control execution, and manage registers on ARM Cortex and RISC-V cores. The project distinguishes itself by acting as a remote hardware debugging bridge that can stream GDB server traffic over TCP/IP to control physical hardware from a remote machine. It also provides a JTAG and SWD interface to connect host computers to target hardware and serves as an embedded f

    Voir sur GitHub↗3,715
  • stlink-org/stlinkAvatar de stlink-org

    stlink-org/stlink

    5,093Voir sur GitHub↗

    stlink is a toolset for ARM Cortex-M flashing, firmware management, and debug server operations, with specific support for STM32 microcontrollers. It provides an ARM Cortex-M flash programmer for writing binary and hex files, an ITM trace logger for real-time instrumentation data, and a SWD/JTAG debug server. The project includes a graphical user interface for managing MCU firmware and exporting memory, as well as a remote server that allows external debuggers to control execution and inspect registers on target hardware. The toolset covers microcontroller memory management through flash era

    Carmboardchip
    Voir sur GitHub↗5,093
  • espressif/esptoolAvatar de espressif

    espressif/esptool

    6,393Voir sur GitHub↗

    esptool is a Python-based serial utility designed for flashing firmware, configuring hardware fuses, and provisioning Espressif system-on-chip devices. It functions as a serial firmware flasher and hardware provisioning tool that interacts with chips over a serial connection to enable program execution and device setup. The tool provides specialized capabilities for managing Espressif hardware, including the ability to set permanent electronic fuses to lock security settings and define hardware-level configurations. It also features a serial communication bridge that routes network traffic to

    Python
    Voir sur GitHub↗6,393
  • platformio/platformio-coreAvatar de platformio

    platformio/platformio-core

    9,299Voir sur GitHub↗

    PlatformIO Core is a toolset for embedded software development that manages the compilation, flashing, and debugging of firmware for various microcontroller targets. It provides a cross-platform build system that automates the process of transforming source code into binaries and transferring them to hardware via serial protocols. The system uses a plugin-based architecture to extend hardware platform support and incorporates a manifest-driven approach to resolve and install the specific toolchains, frameworks, and libraries required for different board definitions. Capabilities cover the fu

    Python
    Voir sur GitHub↗9,299
Voir les 30 alternatives à Probe Rs→

Questions fréquentes

Que fait probe-rs/probe-rs ?

probe-rs is an embedded debugging toolset used for flashing, debugging, and inspecting microcontrollers via hardware debug probes. It functions as an embedded firmware flasher, a memory manager for reading and writing to processor registers, and a server implementing the Debug Adapter Protocol to connect hardware debugging to various code editors.

Quelles sont les fonctionnalités principales de probe-rs/probe-rs ?

Les fonctionnalités principales de probe-rs/probe-rs sont : Firmware Flashing, Embedded Systems Debugging, Device Metadata Definitions, Debug Adapter Protocol Implementations, Breakpoint Debugging, Register and Variable Monitors, Microcontroller Flashers, RAM-Based Flash Algorithms.

Quelles sont les alternatives open-source à probe-rs/probe-rs ?

Les alternatives open-source à probe-rs/probe-rs incluent : blackmagic-debug/blackmagic — Blackmagic is a GDB server for embedded hardware that translates GDB remote protocol messages into JTAG and SWD… stlink-org/stlink — stlink is a toolset for ARM Cortex-M flashing, firmware management, and debug server operations, with specific support… espressif/esptool — esptool is a Python-based serial utility designed for flashing firmware, configuring hardware fuses, and provisioning… platformio/platformio-core — PlatformIO Core is a toolset for embedded software development that manages the compilation, flashing, and debugging… korcankaraokcu/pince — PINCE is a dynamic debugger, instruction tracer, and memory scanner designed for the analysis and manipulation of… puremourning/vimspector — Vimspector is a visual debugger integration for Vim that enables developers to step through code and inspect program…