probe-rs 0.25.0

A collection of on chip debugging tools to communicate with microchips.
Documentation
1
2
/// ARM breakpoint instruction (x2)
pub const BRKPT: u32 = 0xBE00_BE00;