Releases: bence98/Logsys-LibUSB-Driver
Releases · bence98/Logsys-LibUSB-Driver
Release Candidate 4
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
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
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
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