Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.
/ jaylink Public archive

A Rust library for talking to J-Link USB devices

License

Notifications You must be signed in to change notification settings

jonas-schievink/jaylink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

134 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Rust library for talking to J-Link USB devices

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 8

Languages