blob: aa25010979609481c03a120fa891d293aec9090d (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
|