All Projects → jonas-schievink → jaylink

jonas-schievink / jaylink

Licence: 0BSD license
A Rust library for talking to J-Link USB devices

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to jaylink

esp8266-wifi-cmsis-dap
WIRELESS CMSIS-DAP USB/IP-SWD/JTAG HID adapter firmware for ESP8266 boards
Stars: ✭ 69 (+146.43%)
Mutual labels:  debugger, swd, jtag
micro-bmp
A small Black Magic Probe based on the pinout of the STLink V2 support firmware
Stars: ✭ 29 (+3.57%)
Mutual labels:  swd, jtag
apollo
microcontroller-based FPGA / JTAG programmer
Stars: ✭ 32 (+14.29%)
Mutual labels:  debugger, jtag
RailLink
Compact isolated version of J-Link v9.
Stars: ✭ 69 (+146.43%)
Mutual labels:  debugger, probe
usbdm-firmware
Firmware for USBDM BDMs
Stars: ✭ 33 (+17.86%)
Mutual labels:  debugger, swd
WormholyForObjectiveC
Network debugging made easy,This network debugging tool is developed based on the swift version of Wormholy.
Stars: ✭ 21 (-25%)
Mutual labels:  debugger
MultiOS-USB
Boot operating systems directly from ISO files
Stars: ✭ 106 (+278.57%)
Mutual labels:  usb
EspTinyUSB
ESP32S2 native USB library. Implemented few common classes, like MIDI, CDC, HID or DFU (update).
Stars: ✭ 375 (+1239.29%)
Mutual labels:  usb
mocka
Mocka - The complete testing framework for LUA and Nginx
Stars: ✭ 26 (-7.14%)
Mutual labels:  debugger
cul
nodejs module to interact with busware cul / culfw
Stars: ✭ 26 (-7.14%)
Mutual labels:  usb
SDA
SDA is a rich cross-platform tool for reverse engineering that focused firstly on analysis of computer games. I'm trying to create a mix of the Ghidra, Cheat Engine and x64dbg. My tool will combine static and dynamic analysis of programs. Now SDA is being developed.
Stars: ✭ 98 (+250%)
Mutual labels:  debugger
vscode-rdbg
VSCode Ruby rdbg Debugger
Stars: ✭ 102 (+264.29%)
Mutual labels:  debugger
esp-gdbstub
ESP8266 debugging tool
Stars: ✭ 13 (-53.57%)
Mutual labels:  debugger
DfuBootloader
STM32 USB device bootloader using DFU class interface
Stars: ✭ 79 (+182.14%)
Mutual labels:  usb
AtomicX
Browse, Download and Install GSC Mods for Black Ops II (PlayStation 3 & Xbox 360)
Stars: ✭ 20 (-28.57%)
Mutual labels:  jtag
python-hid-parser
Typed pure Python library to parse HID report descriptors
Stars: ✭ 31 (+10.71%)
Mutual labels:  usb
gdbundle
Minimalist plugin manager for GDB and LLDB
Stars: ✭ 72 (+157.14%)
Mutual labels:  debugger
f1usb
Einfaches Beispiel für die Entwicklung eines USB FullSpeed Device auf Basis des STM32F103 ohne die Verwendung externer Bibliotheken
Stars: ✭ 27 (-3.57%)
Mutual labels:  usb
stackvm
Virtual Machine with a 240x160 VRAM display.
Stars: ✭ 47 (+67.86%)
Mutual labels:  debugger
purebasic
PureBasic OpenSource Projects
Stars: ✭ 83 (+196.43%)
Mutual labels:  debugger

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].