-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
package: libad9361-iio: Add AD9361 library
Signed-off-by: Michael Hennerich <[email protected]>
- Loading branch information
1 parent
998bb6c
commit 72f3cd7
Showing
4 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
config BR2_PACKAGE_LIBAD9361_IIO | ||
bool "libad9361-iio" | ||
select BR2_PACKAGE_LIBIIO | ||
help | ||
This is a simple library used for userspace, which manages multi-chip sync, on platforms (FMCOMMS5) where multiple AD9361 devices are used. | ||
https://github.com/analogdevicesinc/libad9361-iio |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
################################################################################ | ||
# | ||
# libad9361-iio | ||
# | ||
################################################################################ | ||
LIBAD9361_IIO_VERSION = b98b1cd2280d73ced04cb4cf9482b2d2d91e31a2 | ||
LIBAD9361_IIO_SITE = https://github.com/analogdevicesinc/libad9361-iio.git | ||
LIBAD9361_IIO_SITE_METHOD = git | ||
|
||
LIBAD9361_IIO_INSTALL_STAGING = YES | ||
LIBAD9361_IIO_LICENSE = LGPL-2.1+ | ||
LIBAD9361_IIO_LICENSE_FILE = LICENSE | ||
LIBAD9361_IIO_DEPENDENCIES = libiio | ||
|
||
$(eval $(cmake-package)) |