diff options
author | Marek Belisko <marek.belisko@open-nandra.com> | 2011-05-18 18:08:27 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-06-27 00:48:13 +0200 |
commit | 24d498dadf35db72a1a8d173c071def9b0c66361 (patch) | |
tree | a718ea966a89d0909495be7dd81733552c2256ea /package/libiqrf/Config.in | |
parent | 001949a1e0aafc6d5dec384f20ccd9059142f774 (diff) |
package: Add libiqrf package
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>
Diffstat (limited to 'package/libiqrf/Config.in')
-rw-r--r-- | package/libiqrf/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/libiqrf/Config.in b/package/libiqrf/Config.in new file mode 100644 index 000000000..aa2501097 --- /dev/null +++ b/package/libiqrf/Config.in @@ -0,0 +1,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 |