probe-rs-cli 0.18.0

A cli for on chip debugging and flashing of ARM chips.
probe-rs-cli-0.18.0 is not a library.

probe-rs-cli

crates.io documentation Actions Status chat

This crate provides a CLI to work with embedded targets.

You can use it as a cargo runner, flash targets, run target diagnostics, has a simple debugger, can log RTT output from the target, opening a GDB server connected to the target, and much more functionality!

Various chip families including but not limited to nRF5x, STM32 and LPC800 can be worked with using DAPLink, ST-Link or J-Link. It supports all the targets & probes probe-rs supports.

Support

If you think the probe-rs-cli makes your embedded journey more enjoyable or even earns you money, please consider supporting the project on Github Sponsors for better support and more features.

Installation

You can install this utility with cargo after installing the prerequisites listed below:

cargo install probe-rs-cli

Usage

You can discover the available functionality

probe-rs-cli help