24d498dadf
Libiqrf is library written in C which implement specific iqrf protocol to communicate with iqrf usb devices (http://iqrf.org). [Peter: select libusb, fix Config.in indentation] Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 lines
284 B
Plaintext
11 lines
284 B
Plaintext
config BR2_PACKAGE_LIBIQRF
|
|
bool "libiqrf"
|
|
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
|