jaylink

Crates.iojaylink
lib.rsjaylink
version0.3.0
sourcesrc
created_at2019-12-08 00:04:41.548723
updated_at2022-02-04 14:22:24.738563
descriptionLibrary to communicate with J-Link USB devices
homepage
repositoryhttps://github.com/jonas-schievink/jaylink.git
max_upload_size
id187197
size135,892
Jonas Schievink (jonas-schievink)

documentation

https://docs.rs/jaylink/

README

A crate for controlling J-Link debug probes

crates.io docs.rs CI

This crate allows talking to J-Link debug probes attached via USB. The probe's pins can be controlled and I/O operations using JTAG or SWD can be performed, enabling control of target MCUs.

Please refer to the changelog to see what changed in the last releases.

Usage

Add an entry to your Cargo.toml:

[dependencies]
jaylink = "0.3.0"

Check the API Documentation for how to use the crate's functionality.

Rust version support

This crate targets the latest stable Rust release.

Commit count: 134

cargo fmt