Commit Graph

10 Commits

Author SHA1 Message Date
luz.paz a93b210134 FIx doxygen and user facing and non-facing typos
Found via `codespell -q 3`
2019-09-11 19:17:07 +01:00
Matt Flax dc36ebc08e Removed a configure dependancy on SOX for IIO.
Removed a spurious initOK label in the driver_initialize function.
2014-02-18 09:26:26 +11:00
Matt Flax b4e13ea440 Added the codeBlocks key to the .gitignore file.
Added my name and those who helped me to the Changelog file.
Implemented various changes from a second code review by Stéphane;
JackIIODriver::Attach is now JackIIODriver::Open.
JackIIODriver::Detach is now JackIIODriver::Close.
driver_initialize now uses 'goto' on error to reduce replication.
2014-02-17 17:10:31 +11:00
Adrian Knoth d14d484321 Add IIO driver
This commit is based on Matt Flax's commits, just slightly polished and
split into logical blocks.

I did not review the code itself, since Stephane has already accepted
Matt's sequence into the codebase, thus indicating he's fine with the
changes.
2014-02-14 15:02:32 +01:00
Adrian Knoth 3ed0a77618 Revert "Added the beginnings of the IIO driver."
This reverts commit 3087895772.
2014-02-14 14:32:58 +01:00
Adrian Knoth 820c5bfde4 Revert "systemdeps.h added a new defined case __ARM__ to clear the POST_PACKED_STRUCTURE for ARM compilation."
This reverts commit 23f5919c62.
2014-02-14 14:32:56 +01:00
Adrian Knoth e38da1ca25 Revert "Added Stéphane review fixes :"
This reverts commit f08a3f4234.
2014-02-14 14:32:53 +01:00
Matt Flax f08a3f4234 Added Stéphane review fixes :
Renamed JackIIODriver.C -> JackIIODriver.cpp
Renamed JackIIODriver.H -> JackIIODriver.h
Added delete iio_driver when failure is encountered when executing driver_initialize.
2014-02-13 21:46:43 +11:00
Matt Flax 23f5919c62 systemdeps.h added a new defined case __ARM__ to clear the POST_PACKED_STRUCTURE for ARM compilation.
Downgraded eigen3 and sox version requirements for building iio.
Switched to using IIOMMap to access the IIO subsystem.
Added the overloaded methods for JackIIODriver::Attach, JackIIODriver::Detach, JackIIODriver::Read and JackIIODriver::Write.
Rewrite the JackIIODriver.C code to work properly.
2014-02-12 17:40:04 +11:00
Matt Flax 3087895772 Added the beginnings of the IIO driver. 2013-12-10 09:50:45 +11:00