summaryrefslogtreecommitdiffstats
path: root/tools/usb/ffs-aio-example
AgeCommit message (Collapse)AuthorFilesLines
2014-05-14tools: usb: aio example applicationsRobert Baldyga6-0/+1004
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 <r.baldyga@samsung.com> Signed-off-by: Felipe Balbi <balbi@ti.com>