aboutsummaryrefslogtreecommitdiffstats
path: root/api
AgeCommit message (Expand)Author
2017-05-28uart: add a function to query current UART settingsTapani Utriainen
2017-05-28mraa: add accessor functions to return counts of spi, pwm, gpio and adcsTapani Utriainen
2017-05-28mraa: add a function that returns the number of uarts availableTapani Utriainen
2017-05-16mraa.c: add a by-name lookup function also for UARTsTapani Utriainen
2017-05-16mraa.c: fix style of lookup functionsTapani Utriainen
2017-05-08uart: add tcsendbreak supportJon Trulson
2017-05-04types.hpp: Added Platform type for PIONoel Eck
2017-04-24Peripheralman: Update peripheralman API docsNoel Eck
2017-04-24periphmraa: Create IndexLookup functions for GPIO, I2C, SPI, PWMVineela Tummalapalli
2017-04-24android-things: Prep for peripheralmanager supportBrendan Le Foll
2017-04-06de-nano-soc: renamed platform to avoid ambiguityMihai Tudor Panu
2017-04-02common.h: Added destructor attribute for deinitNoel Eck
2017-04-02de10-nano: minor readme update and added to types.hppMihai Tudor Panu
2017-03-09de10-nano: added initial support for Terasic DE10-Nano-SoC kitroot
2017-03-02types.h: Remove deprecated attribute as there are too many problemsBrendan Le Foll
2017-02-27types.h: Add C99 guards around duplicat & deprecated enm valueBrendan Le Foll
2017-02-27Joule: Update references to the Intel JouleWai Lun
2017-02-21iio.hpp: Added an empty destructor to get rid of a warningNicola Lunghi
2017-01-26phyboard-wega: Added platform support for phyBOARD-WegaNorbert Wesp
2017-01-19uart_ow.hpp: Correct a logic bug, and 2 questionable uses of c_str()Jon Trulson
2016-10-30doc: fix spelling errorsFathi Boudra
2016-10-25uart.hpp: fix typo in setNonBlocking() function nameAlex Tereschenko
2016-10-25uart.hpp: fix typo in write() descriptionAlex Tereschenko
2016-10-11types.h: Remove tabs that crept inBrendan Le Foll
2016-09-12uart_ow: convert static const int MRAA_UART_OW_ROMCODE_SIZE to #defineJon Trulson
2016-09-07spi.hpp: Add documentation to raw mode constructorBrendan Le Foll
2016-08-19gpio.h: remove extraneous extern C declarationJon Trulson
2016-07-27types.h: Added json platform typeHouman Brinjcargorabi
2016-07-27mraa.c: Added init platform from json fileHouman Brinjcargorabi
2016-07-05mock: mraa with mock platform now works in Windows under MSYS2Alex Tereschenko
2016-07-05mock: added mraa mock platform infra and GPIO implementationAlex Tereschenko
2016-06-29iio: mount matrix compliant to IIO core kernel standardLay, Kuan Loon
2016-06-23intel_gt: add support for gt + Tuchuck boardBrendan Le Foll
2016-05-24c++: Added the ability to initialise a class using a context structHouman brinjcargorabi
2016-05-24mraa.c: Added common function to init io from a descriptionHouman brinjcargorabi
2016-05-19pwm.hpp: fixed some typos and styling in commentsAlex Tereschenko
2016-05-19libmraa: Fix compilation warnings about unsigned intsAlexandru Timohi
2016-05-04uart_ow: add ow specific context and store search state thereJon Trulson
2016-04-25spi.hpp: rename Spi::write_word to Spi::WriteWordBrendan Le Foll
2016-04-25pwm: remove pwm config_* apis as unusedBrendan Le Foll
2016-04-25spi: mraa_spi_write_word can now return -1 in error casesBrendan Le Foll
2016-04-22i2c: Add exceptions for C++ i2c errorsBrendan Le Foll
2016-04-22aio: Change mraa_aio_read to use int and return -1Brendan Le Foll
2016-04-22mraa: add mraa_remove_subplatform callBrendan Le Foll
2016-04-15types: Remove MRAA_ERROR_PLATFORM_ALREADY_INITIALISEDBrendan Le Foll
2016-04-15i2c: Improve i2c Error Handlingwda2945
2016-04-15uart_ow: Better error handling in corner casesBrendan Le Foll
2016-04-14uart_ow: Initial support for Dallas 1-wire over UART support for MRAAJon Trulson
2016-04-11docs: fix spelling errorsFathi Boudra
2016-03-22pwm: removed unused code and optimized flow for subplatform supportMihai Tudor Panu