1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBIQRF 2*4882a593Smuzhiyun bool "libiqrf" 3*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS # libusb 4*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # libusb 5*4882a593Smuzhiyun select BR2_PACKAGE_LIBUSB 6*4882a593Smuzhiyun help 7*4882a593Smuzhiyun This library implement specific protocol 8*4882a593Smuzhiyun which is used for communicating with iqrf devices 9*4882a593Smuzhiyun (http://iqrf.org) over usb. For usb access is used 10*4882a593Smuzhiyun libusb library. 11*4882a593Smuzhiyun 12*4882a593Smuzhiyun https://github.com/nandra/libiqrf 13*4882a593Smuzhiyun 14*4882a593Smuzhiyuncomment "libiqrf needs a toolchain w/ threads, gcc >= 4.9" 15*4882a593Smuzhiyun depends on !BR2_TOOLCHAIN_HAS_THREADS || \ 16*4882a593Smuzhiyun !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 17