aboutsummaryrefslogtreecommitdiffstats
path: root/src/iio
AgeCommit message (Expand)Author
2022-07-01iio: Add missing parameter in error log outputJan Kiszka
2019-05-23spdx: add spdx tags to most filesThomas Ingleby
2019-03-06iio/iio.c: Fix typoCosmin Popescu
2019-03-06iio/iio.c: Add fix for access of variable before error checkCosmin Popescu
2019-03-06iio/iio.c: Add fix for division by 0 bugCosmin Popescu
2017-08-30iio: Allow mraa_iio_trigger_buffer to handle void* argsNoel Eck
2017-05-18gpio.c,aio.c,iio.c: misc fixes of static code analysis findingsAlex Tereschenko
2017-05-15stability: replace sprintf with snprintf to avoid potential overflowsAlex Tereschenko
2016-09-13mraa: Fix compiler warnings unused vars and useless statementsBrendan Le Foll
2016-07-05mock: mraa with mock platform now works in Windows under MSYS2Alex Tereschenko
2016-06-29iio: mount matrix compliant to IIO core kernel standardLay, Kuan Loon
2016-05-19libmraa: Fix compilation warnings about unsigned intsAlexandru Timohi
2016-05-16iio.c: Fix the location mapping in iioBrendan Le Foll
2016-01-20iio: guard pthread_setcancelstate with HAVE_PTHREAD_CANCELConstantin Musca
2015-12-21iio.c: Fix indentationBrendan Le Foll
2015-12-21iio.c: Check return of fscanfBrendan Le Foll
2015-12-21iio.c: Check return of fd before using ioctlBrendan Le Foll
2015-12-21iio.c: Replace sprintf with snprintfBrendan Le Foll
2015-12-21iio.c: Closedir correctly and return error if we fail to read from the device...Brendan Le Foll
2015-12-21iio.c: Fix leaking filedescriptor on read errorBrendan Le Foll
2015-12-21mraa: Remove trailing whitespace/tabs from various partsBrendan Le Foll
2015-12-21mraa: Remove executable bit from a few filesBrendan Le Foll
2015-12-21iioc.: remove call to stat before mkdir as superflousBrendan Le Foll
2015-12-21iio.c: Avoid reading uninitialised memory in cases of errorBrendan Le Foll
2015-12-21iio: Check fd against != -1 and not > 0 and avoid leaks during error handlingBrendan Le Foll
2015-12-21iio.c: Fix closedir not always been called leaving to leaked handlesBrendan Le Foll
2015-12-17iio.c: fix memory leak and out of bound array access issueLay, Kuan Loon
2015-12-15iio: C API changes and C++ API enhancementsHenry Bruce
2015-12-15iio.c: Fix missing include file sys/stat.hBrendan Le Foll
2015-12-15iio.c: Use sys/ioctl.h instead of stropts.hBrendan Le Foll
2015-12-15iio: Fixed device id check bugHenry Bruce
2015-12-15iio: Isolated use of open() to string read/write functions.Henry Bruce
2015-12-15iio: mraa_iio_write_string now using open insteam of fopenHenry Bruce
2015-12-15iio: iio update channelLay, Kuan Loon
2015-12-15iio: iio add create triggerLay, Kuan Loon
2015-12-15iio: iio get mounting matrix remove unused variable and proper file closeLay, Kuan Loon
2015-12-15iio: iio add get mounting matrixLay, Kuan Loon
2015-12-15iio: iio consolidate read and write APILay, Kuan Loon
2015-12-15iio.c: run clang format on iio.cBrendan Le Foll
2015-12-15iio.c: add stropts.h include for iotctlBrendan Le Foll
2015-12-15iio.c: Use MAX_SIZE var upgrading strings to 128 from 64Brendan Le Foll
2015-12-15iio: trigger buffer samples fixLay, Kuan Loon
2015-12-15iio: iio get channel and get event error checkingLay, Kuan Loon
2015-12-15iio: added mraa_iio_writeLay, Kuan Loon
2015-12-15iio: remove exec permsBrendan Le Foll
2015-12-15iio: added event apiLay, Kuan Loon
2015-12-15iio: added function returning IIO device number by nameAlex Tereschenko
2015-12-15iio: Remove iio structures from mraa_platform_tBrendan Le Foll
2015-12-15iio: Improve iio channel parsing to add enabled channelsBrendan Le Foll
2015-12-15iio: initial pass at getting channel information from scan_elementsBrendan Le Foll