probe-rs 0.14.2

A collection of on chip debugging tools to communicate with microchips.
Documentation
1
2
3
4
5
6
7
//! Types and functions for interacting with target memory.

pub(crate) mod adi_v5_memory_interface;
pub(crate) mod romtable;

use super::ap::AccessPortError;
pub use romtable::{Component, ComponentId, CoresightComponent, PeripheralType};