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@4:ad69b39bf124, 2017-06-26 (annotated)
- Committer:
- pcercuei
- Date:
- Mon Jun 26 14:30:10 2017 +0000
- Revision:
- 4:ad69b39bf124
- Parent:
- 3:d147beabba0e
Update to upstream version v0.10
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 | 2:9eb0a9a1f958 | 4 | #include "iio-errno.h" |
pcercuei | 2:9eb0a9a1f958 | 5 | |
pcercuei | 0:df031b60ca29 | 6 | #define LIBIIO_VERSION_MAJOR 0 |
pcercuei | 4:ad69b39bf124 | 7 | #define LIBIIO_VERSION_MINOR 10 |
pcercuei | 4:ad69b39bf124 | 8 | #define LIBIIO_VERSION_GIT "v0.10" |
pcercuei | 2:9eb0a9a1f958 | 9 | |
pcercuei | 2:9eb0a9a1f958 | 10 | #define LOG_LEVEL Info_L |
pcercuei | 0:df031b60ca29 | 11 | |
pcercuei | 0:df031b60ca29 | 12 | /* #undef WITH_LOCAL_BACKEND */ |
pcercuei | 0:df031b60ca29 | 13 | #define WITH_XML_BACKEND |
pcercuei | 0:df031b60ca29 | 14 | /* #undef WITH_NETWORK_BACKEND */ |
pcercuei | 0:df031b60ca29 | 15 | /* #undef WITH_USB_BACKEND */ |
pcercuei | 0:df031b60ca29 | 16 | #define WITH_SERIAL_BACKEND |
pcercuei | 3:d147beabba0e | 17 | /* undef WITH_MATLAB_BINDINGS_API */ |
pcercuei | 0:df031b60ca29 | 18 | |
pcercuei | 0:df031b60ca29 | 19 | /* #undef WITH_NETWORK_GET_BUFFER */ |
pcercuei | 0:df031b60ca29 | 20 | /* #undef WITH_NETWORK_EVENTFD */ |
pcercuei | 3:d147beabba0e | 21 | /* #undef WITH_LOCAL_CONFIG */ |
pcercuei | 0:df031b60ca29 | 22 | /* #undef HAS_PIPE2 */ |
pcercuei | 0:df031b60ca29 | 23 | /* #undef HAS_STRDUP */ |
pcercuei | 0:df031b60ca29 | 24 | /* #undef HAS_STRERROR_R */ |
pcercuei | 3:d147beabba0e | 25 | /* #undef HAS_PTHREAD_SETNAME_NP */ |
pcercuei | 0:df031b60ca29 | 26 | /* #undef HAS_IPV6 */ |
pcercuei | 0:df031b60ca29 | 27 | /* #undef HAVE_AVAHI */ |
pcercuei | 0:df031b60ca29 | 28 | #define NO_THREADS |
pcercuei | 0:df031b60ca29 | 29 | |
pcercuei | 0:df031b60ca29 | 30 | #endif /* IIO_CONFIG_H */ |
pcercuei | 0:df031b60ca29 | 31 |