probe-rs-tools 0.30.0

A collection of on chip debugging tools to communicate with microchips.
1
2
3
4
5
6
/// A codec to encode/decode the MS-DAP protocol frames.
pub(crate) mod codec;
/// Everything related to the MS DAP implementation.
pub(crate) mod dap;
/// Communication interfaces to connect the DAP client and probe-rs-debugger.
pub(crate) mod protocol;