15 Jan, 2015

1 commit


13 Jan, 2015

1 commit


20 Nov, 2014

1 commit


01 Jul, 2014

3 commits


14 May, 2014

1 commit

  • This patch adds two example applications showing usage of Asynchronous I/O API
    of FunctionFS. First one (aio_simple) is simple example of bidirectional data
    transfer. Second one (aio_multibuff) shows multi-buffer data transfer, which
    may to be used in high performance applications.

    Both examples contains userspace applications for device and for host.
    It needs libaio library on the device, and libusb library on host.

    Signed-off-by: Robert Baldyga
    Signed-off-by: Felipe Balbi

    Robert Baldyga