Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: libserialport libxml2
iio-config.h@0:df031b60ca29, 2016-08-25 (annotated)
- Committer:
- pcercuei
- Date:
- Thu Aug 25 15:54:09 2016 +0000
- Revision:
- 0:df031b60ca29
- Child:
- 2:9eb0a9a1f958
Add first version of libiio, from upsteam commit 775b9f6 unmodified.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
pcercuei | 0:df031b60ca29 | 1 | #ifndef IIO_CONFIG_H |
pcercuei | 0:df031b60ca29 | 2 | #define IIO_CONFIG_H |
pcercuei | 0:df031b60ca29 | 3 | |
pcercuei | 0:df031b60ca29 | 4 | #define LIBIIO_VERSION_MAJOR 0 |
pcercuei | 0:df031b60ca29 | 5 | #define LIBIIO_VERSION_MINOR 7 |
pcercuei | 0:df031b60ca29 | 6 | #define LIBIIO_VERSION_GIT "775b9f6" |
pcercuei | 0:df031b60ca29 | 7 | |
pcercuei | 0:df031b60ca29 | 8 | /* #undef WITH_LOCAL_BACKEND */ |
pcercuei | 0:df031b60ca29 | 9 | #define WITH_XML_BACKEND |
pcercuei | 0:df031b60ca29 | 10 | /* #undef WITH_NETWORK_BACKEND */ |
pcercuei | 0:df031b60ca29 | 11 | /* #undef WITH_USB_BACKEND */ |
pcercuei | 0:df031b60ca29 | 12 | #define WITH_SERIAL_BACKEND |
pcercuei | 0:df031b60ca29 | 13 | |
pcercuei | 0:df031b60ca29 | 14 | /* #undef WITH_NETWORK_GET_BUFFER */ |
pcercuei | 0:df031b60ca29 | 15 | /* #undef WITH_NETWORK_EVENTFD */ |
pcercuei | 0:df031b60ca29 | 16 | /* #undef HAS_PIPE2 */ |
pcercuei | 0:df031b60ca29 | 17 | /* #undef HAS_STRDUP */ |
pcercuei | 0:df031b60ca29 | 18 | /* #undef HAS_STRERROR_R */ |
pcercuei | 0:df031b60ca29 | 19 | /* #undef HAS_IPV6 */ |
pcercuei | 0:df031b60ca29 | 20 | /* #undef HAVE_AVAHI */ |
pcercuei | 0:df031b60ca29 | 21 | #define NO_THREADS |
pcercuei | 0:df031b60ca29 | 22 | |
pcercuei | 0:df031b60ca29 | 23 | #endif /* IIO_CONFIG_H */ |
pcercuei | 0:df031b60ca29 | 24 |