aboutsummaryrefslogtreecommitdiffstats
path: root/src/aio/aio.c
AgeCommit message (Expand)Author
2022-08-05mux: add mux interfaceIvan Mikhaylov
2021-08-23aio: Update shifter_value and max_analog_value on mraa_aio_set_bitJan Kiszka
2019-05-23spdx: add spdx tags to most filesThomas Ingleby
2018-01-04aio: fix wrong max_analog_value and improve floating point value precisionNicola Lunghi
2018-01-04aio: improve resolution. fix error with max_analog_value rounding.Nicola Lunghi
2017-06-06mraa_internal_types.h, aio.c, beaglebone.c:Nick Crast
2017-05-18gpio.c,aio.c,iio.c: misc fixes of static code analysis findingsAlex Tereschenko
2016-08-08mraa: Correct spelling of capabilitiesThomas Ingleby
2016-07-11aio: added context validity and replace function checks to aio_close()Alex Tereschenko
2016-07-11aio: added standard context validity check to aio_read()Alex Tereschenko
2016-04-25aio.c: pass channel to mraa_aio_init_internalBrendan Le Foll
2016-04-25aio.c: Set channel number before grabbing filepointerBrendan Le Foll
2016-04-22aio: Change mraa_aio_read to use int and return -1Brendan Le Foll
2016-03-22mraa: with NULL platform board max counts need to be checked to >= not just >Brendan Le Foll
2016-03-22firmata: initial workBrendan Le Foll
2016-03-22aio.c: Attempt to make aio.c understand subplatformsBrendan Le Foll
2016-01-20mraa: Prefer calloc over mallocIan Johnson
2015-09-08aio.c: missing free for aio contexts in error cases for _init()Brendan Le Foll
2015-09-08aio.c: missing return for internal initBrendan Le Foll
2015-09-08mraa: Remove global advance_func struct and place it in platform configurationBrendan Le Foll
2015-03-23clang-format: run clang-format on C/C++ codeBrendan Le Foll
2015-02-04aio.c: added normalized read returning a float in a 0.0-1.0 rangeAlex Tereschenko
2014-12-07aio.c: properly cleanup after mraa_aio_closeKurt Eckhardt
2014-11-26aio.c: check aio_get_valid_fp return valueBrendan Le Foll
2014-11-26aio.c: remove less-than-zero comparison of an unsigned varBrendan Le Foll
2014-11-17aio: move aio setup from core into moduleThomas Ingleby
2014-10-22syslog: unify error msg styleBrendan Le Foll
2014-10-03coverity: Fix issues found by coverity scanBrendan Le Foll
2014-09-25syslog: remove all fprintf calls and use syslog insteadBrendan Le Foll
2014-09-24aio.c: cosmetic fix on fileBrendan Le Foll
2014-09-22aio: change return from uint16 to unsigned intThomas Ingleby
2014-09-22aio: add calls for changing bit value of the readThomas Ingleby
2014-09-09aio: internal aio context to mraa_internal_typesThomas Ingleby
2014-09-09aio: add init hooks, and fp hookThomas Ingleby
2014-09-09aio.c: fix ordering of comparison operatorBrendan Le Foll
2014-06-25aio: added configuration within platform data.Thomas Ingleby
2014-06-25aio: minor formatting fixThomas Ingleby
2014-06-24mraa: rename from maa to mraaThomas Ingleby
2014-05-26aio: make types used more logical and simplify logicBrendan Le Foll
2014-05-21maa: hide and rename internal maa functionsThomas Ingleby
2014-05-21aio: fix spacingThomas Ingleby
2014-05-16aio.hpp: Add C++ wrapper around AioBrendan Le Foll
2014-05-13aio: remove _u16 suffix from call. Make return type a uint16_tBrendan Le Foll
2014-05-13aio: remove use of atoi and cleanup debugBrendan Le Foll
2014-05-13aio: use posix read/lseek APIBrendan Le Foll
2014-05-13aio: fix styling of case statementBrendan Le Foll
2014-05-13aio: fix error checking of maa_check_aioBrendan Le Foll
2014-05-02pinmap: Added aio support.Thomas Ingleby
2014-05-01aio: add initial analog input supportNandkishor Sonar