Skip to content

Commit

Permalink
Removed statement about 3.x Linux support from the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
bperez77 authored Mar 25, 2017
1 parent 4c9587c commit dfab3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A zero-copy, high-bandwidth Linux driver and userspace interface library for Xil

The driver enables userspace application to allocate zero-copy, physically contiguous DMA buffers for transfers, allowing for high bandwidth communication between the FPGA and ARM core. The driver exposes its functionality via a character device, which the library interacts with.

This driver supports both 3.x and 4.x version Xilinx kernels. It has been tested with the mainline Xilinx kernel, Xillinux, and the Analog Devices' kernel on the Zedboard. The driver should work with any 3.x or 4.x kernel, and should work with any board that uses a Zynq-7000 series processing system.
This driver supports 4.x version Xilinx kernels. It has been tested with the mainline Xilinx kernel, and the Analog Devices' kernel on the Zedboard. The driver should work with any 4.x kernel and any board that uses a Zynq-7000 series processing system.

## Features

Expand Down

0 comments on commit dfab3f8

Please sign in to comment.