2011-05-18 18:08:27 +02:00
|
|
|
config BR2_PACKAGE_LIBIQRF
|
|
|
|
bool "libiqrf"
|
2012-06-28 03:35:25 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
|
2011-05-18 18:08:27 +02:00
|
|
|
select BR2_PACKAGE_LIBUSB
|
|
|
|
help
|
|
|
|
This library implement specific protocol
|
|
|
|
which is used for communicating with iqrf devices
|
|
|
|
(http://iqrf.org) over usb. For usb access is used
|
|
|
|
libusb library.
|
|
|
|
|
|
|
|
https://github.com/nandra/libiqrf
|
2012-06-28 03:35:25 +02:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "libiqrf needs a toolchain w/ threads"
|
2012-06-28 03:35:25 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|