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, 4 Jul 2024 19:04:53 +0000 (4 21:04 +0200)
last refreshFri, 5 Jul 2024 21:47:19 +0000 (5 23:47 +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
27 hours ago Marc SchinkMakefile.am: Fix udev rule name in EXTRA_DISTmaster
27 hours ago Marc Schinkmeson: Add missing Winsock2 dependency
2024-05-16 Marc Schinkcontrib: Change udev rules mode to 660
2024-05-14 Marc Schinkcontrib: Rename udev rules file
2024-05-14 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
...
tags
22 months ago 0.3.1 libjaylink 0.3.1 release
22 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
27 hours ago master
3 years ago fine_support