dbrgn / jaylink

A Rust library for talking to J-Link USB devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A crate for controlling J-Link debug probes

crates.io docs.rs Build Status

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.1.1"

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

Rust version support

This crate supports the 3 latest stable Rust releases. Bumping the minimum supported Rust version (MSRV) is not considered a breaking change as long as these 3 versions are still supported.

The MSRV is also explicitly tested against in .travis.yml.

About

A Rust library for talking to J-Link USB devices

License:BSD Zero Clause License


Languages

Language:Rust 100.0%