Use probe-rs tools for flashing and debugging
masterThe probe-rs project provides several CLI tools for different workflows:
probe-rs run: The preferred tool for most users. Flashes firmware, resets the target, and streams RTT/defmtoutput/panics. Works as a Cargo runner.cargo-flash: A cargo subcommand used to download a compiled Rust program or an arbitrary ELF file onto a target device without extra features.cargo-embed: Provides an extended debugging experience including support for GDB, RTT, and configuration files. Note: This tool is expected to be phased out in favor ofprobe-rs run.