You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
freifunkist-firmware/feeds/packages.tmp/info/.packageinfo-libs_libiio

96 lines
2.8 KiB

Source-Makefile: feeds/packages/libs/libiio/Makefile
Package: libiio
Menu: 1
Version: 0.16-1
Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib +LIBIIO_USB_BACKEND:libusb-1.0 +LIBIIO_NETWORK_BACKEND:libavahi-client +LIBIIO_XML_BACKEND:libxml2
Conflicts:
Menu-Depends:
Provides:
Section: libs
Category: Libraries
Repository: base
Title: Library for interfacing with Linux IIO devices
Maintainer: Michael Heimpold <mhei@heimpold.de>
Source: libiio-0.16.tar.gz
License: LGPL-2.1
LicenseFiles: COPYING.txt
Type: ipkg
Description: libiio is used to interface to the Linux Industrial Input/Output (IIO) Subsystem.
The Linux IIO subsystem is intended to provide support for devices that in some
sense are analog to digital or digital to analog converters (ADCs, DACs). This
includes, but is not limited to ADCs, Accelerometers, Gyros, IMUs, Capacitance
to Digital Converters (CDCs), Pressure Sensors, Color, Light and Proximity Sensors,
Temperature Sensors, Magnetometers, DACs, DDS (Direct Digital Synthesis),
PLLs (Phase Locked Loops), Variable/Programmable Gain Amplifiers (VGA, PGA),
and RF transceivers. You can use libiio natively on an embedded Linux
target (local mode), or use libiio to communicate remotely to that same target
from a host Linux, Windows or MAC over USB or Ethernet or Serial.
https://github.com/analogdevicesinc/libiio
Michael Heimpold <mhei@heimpold.de>
@@
Config:
config LIBIIO_LOCAL_BACKEND
bool "Enable local backend"
depends on PACKAGE_libiio
default y
config LIBIIO_NETWORK_BACKEND
bool "Enable network backend"
depends on PACKAGE_libiio
select LIBIIO_XML_BACKEND
default n
config LIBIIO_USB_BACKEND
bool "Enable USB backend"
depends on PACKAGE_libiio
select LIBIIO_XML_BACKEND
default n
config LIBIIO_XML_BACKEND
bool "Enable XML backend"
depends on PACKAGE_libiio
default n
@@
Package: iiod
Version: 0.16-1
Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libiio
Conflicts:
Menu-Depends:
Provides:
Section: net
Category: Network
Repository: base
Title: Linux IIO daemon
Maintainer: Michael Heimpold <mhei@heimpold.de>
Source: libiio-0.16.tar.gz
License: LGPL-2.1
LicenseFiles: COPYING.txt
Type: ipkg
Description: Daemon to access IIO devices via network.
https://github.com/analogdevicesinc/libiio
Michael Heimpold <mhei@heimpold.de>
@@
Package: iio-utils
Version: 0.16-1
Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libiio
Conflicts:
Menu-Depends:
Provides:
Section: utils
Category: Utilities
Repository: base
Title: Linux IIO tools
Maintainer: Michael Heimpold <mhei@heimpold.de>
Source: libiio-0.16.tar.gz
License: LGPL-2.1
LicenseFiles: COPYING.txt
Type: ipkg
Description: Command line tools for IIO devices.
https://github.com/analogdevicesinc/libiio
Michael Heimpold <mhei@heimpold.de>
@@