probe-rs 0.31.0

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

mod nrf;

pub mod nrf52;
pub mod nrf53;
pub mod nrf54l;
pub mod nrf91;