probe-rs 0.16.0

A collection of on chip debugging tools to communicate with microchips.
Documentation
//! 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};