Skip to content

Releases: bence98/Logsys-LibUSB-Driver

Release Candidate 4

14 Jun 17:14
Compare
Choose a tag to compare
Release Candidate 4 Pre-release
Pre-release

The long-awaited Release Candidate 4!

  • API refactor, many bugfixes, cleanups etc.
  • Removed logsys_usb_init()/logsys_usb_end()
  • Add context handling and hotplug userdata passing
  • Added getting firmware version
  • Beginnings of SPI and the C++ layer

The official PPA is now ppa:bence.csokas/openfpga

Release Candidate 3

27 Jun 21:44
045e241
Compare
Choose a tag to compare
Release Candidate 3 Pre-release
Pre-release

LOGSYS driver for Linux/Unix-derivatives

What's new

  • API changes
  • Now using $XILINX variable for finding Xilinx ISE
  • Added USART options

Installing

Debian 64bit

Download and install the DEB

Ubuntu 64 bit

Add the PPA and install via APT. This way you'll get updates too.

sudo add-apt-repository ppa:bence.csokas/misc
sudo apt-get update && sudo apt install logsys-drv

Arch Linux 64-bit

Download and install the TAR XZ using pacman -U

Release Candidate 2

30 Jan 12:06
379d1cc
Compare
Choose a tag to compare
Release Candidate 2 Pre-release
Pre-release

LOGSYS driver for Linux/Unix-derivatives

What's new

  • Fixed #1 and two other (unreported) bugs
  • USART and BitBang I/O

Installing

Debian 64bit

Download and install the DEB

Arch Linux 64-bit

Download and install the TAR XZ using pacman -U

Other systems

See INSTALLING.md

Release Candidate 1

11 Nov 21:15
Compare
Choose a tag to compare
Release Candidate 1 Pre-release
Pre-release

LOGSYS driver for Linux/Unix-derivatives

Installing: 64-bit Debian / Ubuntu / Linux Mint etc.

Download the amd64 DEB file and install it with dpkg or your favourite package installer.

Installing: Raspbian, Ubuntu Pi etc.

Download the armhf DEB file and install it with dpkg or your favourite package installer.

Installing: Arch Linux 64-bit

Download and install the TAR XZ using pacman -U

Installing: Haiku OS 64bit

Download the HPKG and open with HaikuDepot, or place it into /system/packages/.

Installing: other processors / other Linux distros / macOS

See INSTALLING.md