probe-rs 0.31.0

A collection of on chip debugging tools to communicate with microchips.
Documentation
1
2
3
4
5
6
//! NXP debug sequences.

pub mod mcx;
pub mod nxp_armv6m;
pub mod nxp_armv7m;
pub mod nxp_armv8m;