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 changeThu, 16 May 2024 06:09:04 +0000 (16 08:09 +0200)
last refreshTue, 21 May 2024 05:49:52 +0000 (21 07:49 +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
5 days ago Marc Schinkcontrib: Change udev rules mode to 660master
6 days ago Marc Schinkcontrib: Rename udev rules file
6 days ago Marc Schinkcontrib: Add 'uaccess' tag to udev rules
2024-04-03 Marc Schinkmeson: Simplify code for libusb dependency
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 >...
...
tags
20 months ago 0.3.1 libjaylink 0.3.1 release
21 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
5 days ago master
2 years ago fine_support