probe-rs-tools 0.31.0

A collection of on chip debugging tools to communicate with microchips.
pub mod attach;
pub mod benchmark;
pub mod cargo_embed;
pub mod cargo_flash;
pub mod chip;
pub mod complete;
pub mod dap_server;
pub mod debug;
pub mod download;
pub mod erase;
pub mod gdb_server;
pub mod info;
pub mod itm;
pub mod list;
pub mod mi;
pub mod profile;
pub mod read;
pub mod reset;
pub mod run;
#[cfg(feature = "remote")]
pub mod serve;
pub mod trace;
pub mod verify;
pub mod write;