8 releases

0.3.0 Feb 4, 2022
0.2.0 May 27, 2021
0.1.5 Aug 27, 2020
0.1.4 Jul 25, 2020
0.1.0 Dec 8, 2019

#463 in Debugging

Download history 491/week @ 2024-12-11 333/week @ 2024-12-18 159/week @ 2024-12-25 338/week @ 2025-01-01 438/week @ 2025-01-08 551/week @ 2025-01-15 450/week @ 2025-01-22 405/week @ 2025-01-29 607/week @ 2025-02-05 601/week @ 2025-02-12 646/week @ 2025-02-19 723/week @ 2025-02-26 413/week @ 2025-03-05 573/week @ 2025-03-12 550/week @ 2025-03-19 466/week @ 2025-03-26

2,123 downloads per month

0BSD license

82KB
1.5K SLoC

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.

Dependencies

~2MB
~38K SLoC