probe-rs-tools

On-chip debugging tools for communicating with microcontrollers

brewmacoslinux
Try with needOr install directly
Source

About

Collection of on chip debugging tools to communicate with microchips

Commands

probe-rs

Examples

List all connected debugging probes$ probe-rs list
Flash a binary to a microcontroller$ probe-rs download --chip stm32f407vg firmware.elf
Start an interactive debugging session with GDB server$ probe-rs gdb --chip nrf52840 --protocol swd