19 releases (breaking)

0.18.0 Mar 31, 2023
0.15.0 Jan 28, 2023
0.13.0 Jul 12, 2022
0.12.0 Nov 24, 2021
0.2.0 Oct 23, 2019

#359 in Debugging

Download history 5/week @ 2024-02-19 119/week @ 2024-02-26 3/week @ 2024-03-04

127 downloads per month

MIT/Apache

4MB
65K SLoC

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

Dependencies

~76MB
~2M SLoC