descriptionLibrary to access J-Link devices
homepage URLhttps://gitlab.zapb.de/libjaylink/libjaylink.git
repository URLhttps://gitlab.zapb.de/libjaylink/libjaylink.git
ownerdev@zapb.de
last changeWed, 3 Apr 2024 18:55:59 +0000 (3 20:55 +0200)
last refreshSat, 27 Apr 2024 07:20:09 +0000 (27 09:20 +0200)
content tags
add:
README.md

libjaylink

libjaylink is a shared library written in C to access SEGGER J-Link and compatible devices.

Requirements

libjaylink requires the following packages:

If you're building libjaylink from Git, the following packages are additionally required:

Building and installing

In order to get and build the latest Git version of libjaylink, run the following commands:

$ git clone https://gitlab.zapb.de/libjaylink/libjaylink.git
$ cd libjaylink
$ ./autogen.sh
$ ./configure
$ make

After make finishes without any errors, use the following command to install libjaylink:

$ make install

Portability

libjaylink supports the following operating systems:

libjaylink is licensed under the terms of the GNU General Public License (GPL), version 2 or later. See COPYING file for details.

Website

<https://gitlab.zapb.de/libjaylink/libjaylink.git>

shortlog
2024-04-03 Marc Schinkmeson: Simplify code for libusb dependencymaster
2024-02-12 Marc SchinkREADME: Use different heading synatx
2024-02-12 Marc SchinkAdd Meson build system
2024-01-24 Marc SchinkAdd USB product ID (PID) 0x1059
2023-03-28 Marc Schinkcontrib/udev: Add product ID (PID) 0x1024
2023-03-28 Mark Zhuangdiscovery/usb: Add product ID (PID) 0x1024
2022-08-24 Marc SchinkBump package version to 0.3.10.3.1
2022-08-24 Marc SchinkNEWS: Update for 0.3.1 release
2022-08-24 Marc Schinkconfigure.ac: Remove stray '+'
2022-08-15 Marc SchinkBump package version to 0.3.00.3.0
2022-08-15 Marc SchinkNEWS: Update for 0.3.0 release
2022-06-23 Marc SchinkBump libtool version to 2:0:2
2022-06-20 Marc Schinkconfigure.ac: Drop 'AC_PROG_CC_C99' for Autoconf >...
2022-04-23 Marc SchinkAdd 2-wire (C2) target interface support
2021-04-07 Marc SchinkEnable autotools warnings
2021-04-07 Marc SchinkAdd USB voltage (VUSB) hardware info
...
tags
20 months ago 0.3.1 libjaylink 0.3.1 release
20 months ago 0.3.0 libjaylink 0.3.0 release
3 years ago 0.2.0 libjaylink 0.2.0 release
7 years ago 0.1.0 libjaylink 0.1.0 release
heads
3 weeks ago master
2 years ago fine_support