Crate probe_rs_target

source ·
Expand description

Target description schema

For debugging and flashing different chips, called target in probe-rs, some target specific configuration is required. This includes the architecture of the chip, e.g. RISC-V or ARM, and information about the memory map of the target, which can be used together with a flash algorithm to program the flash memory of a target.

This crate contains the schema structs for the YAML target description files.

Structs§

Enums§

Traits§

  • Enables the user to do range intersection testing.