src/bare-metal/microcontrollers/probe-rs.md
probe-rs and cargo-embedprobe-rs is a handy toolset for embedded debugging, like OpenOCD but better integrated.
cargo-embed is a cargo subcommand to build and flash binaries, log RTT (Real
Time Transfers) output and connect GDB. It's configured by an Embed.toml file
in your project directory.