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
2,123 downloads per month
82KB
1.5K
SLoC
A crate for controlling J-Link debug probes
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