probe-rs 0.31.0

A collection of on chip debugging tools to communicate with microchips.
Documentation
1
2
3
4
5
/// ARM breakpoint instruction (x2)
pub const BKPT_T32: u32 = 0xBE00_BE00;
pub const BKPT_A32: u32 = 0xE1200070;
/// ARM hlt instruction, Thumb2 (x2)
pub const HLT: u32 = 0xBA80_BA80;