1 config BR2_PACKAGE_LIBIQRF
3 depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
4 select BR2_PACKAGE_LIBUSB
6 This library implement specific protocol
7 which is used for communicating with iqrf devices
8 (http://iqrf.org) over usb. For usb access is used
11 https://github.com/nandra/libiqrf
13 comment "libiqrf needs a toolchain w/ threads"
14 depends on !BR2_TOOLCHAIN_HAS_THREADS