Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.05 KB

index.rst

File metadata and controls

48 lines (36 loc) · 1.05 KB

PyLink: Control your J-Link with Python

PyLink is a Python package that enables you to control your J-Link from Python. This library was developed at Square to enable us to leverage our J-Link as a part of our test infrastructure, which was written in Python.

Getting started is as simple as:

>>> import pylink
>>> jlink = pylink.JLink()
>>> jlink.open(serial_no=123456789)
>>> jlink.product_name
J-Trace Cortex-M

Installation <installation.rst> Tutorial <tutorial.rst> Command-Line <cli.rst>

PyLink <pylink.rst> Protocols <pylink.protocols.rst> Unlockers <pylink.unlockers.rst> Bindings <pylink.bindings.rst> Extras <pylink.extras.rst> Troubleshooting <troubleshooting.rst>

Serial Wire Debug <swd.rst>

About <about.rst>