drm/tests: hdmi: Fix memory leaks in drm_display_mode_from_cea_vic()
[drm/drm-misc.git] / Documentation / iio / iio_tools.rst
blobcc691c7f6365df7735eca8d90a9b0c6685d1c2b3
1 .. SPDX-License-Identifier: GPL-2.0
3 =====================
4 IIO Interfacing Tools
5 =====================
7 1. Linux Kernel Tools
8 =====================
10 Linux Kernel provides some userspace tools that can be used to retrieve data
11 from IIO sysfs:
13 * lsiio: example application that provides a list of IIO devices and triggers
14 * iio_event_monitor: example application that reads events from an IIO device
15   and prints them
16 * iio_generic_buffer: example application that reads data from buffer
17 * iio_utils: set of APIs, typically used to access sysfs files.
19 2. LibIIO
20 =========
22 LibIIO is a C/C++ library that provides generic access to IIO devices. The
23 library abstracts the low-level details of the hardware, and provides a simple
24 yet complete programming interface that can be used for advanced projects.
26 For more information about LibIIO, please see:
27 https://github.com/analogdevicesinc/libiio