aboutsummaryrefslogtreecommitdiffstats
path: root/src/mraa.c
AgeCommit message (Expand)Author
2024-01-23mraa: Use posix basenameKhem Raj
2023-09-21platform: Add RISC-V architecture with VisionFiveDaniel Bovensiepen
2020-09-15Added the mraa_strresult functionJefferson Lee
2020-01-06upxtreme: Add UP Xtreme supportMichael Campion
2019-05-23spdx: add spdx tags to most filesThomas Ingleby
2019-03-06clang-format: reapply to recently modified sourcesMihai Tudor Panu
2019-03-06mraa:c Fix dereference of null pointerCosmin Popescu
2019-03-06mraa.c: Fix memory leakCosmin Popescu
2019-03-06mraa.c: Add fix for dereferencing of a null pointerCosmin Popescu
2019-03-06mraa.c: Add fix for potential memory leakCosmin Popescu
2018-08-15mraa: fix mraa_gpio_lookup functionManivannan Sadhasivam
2018-06-26Platform_extender: FT4222 library refactorNoel Eck
2018-06-14mraa.c: Added pointer to pointer back to find_uartNoel Eck
2018-06-14mraa.c: Fixed memleak of device_path for IEI_TANKNoel Eck
2018-03-14UART: Fixing UART issues on UP2Abhishek Malik
2018-03-14chardev: boards need to specify chardev support explicitly before runtime che...Mihai Tudor Panu
2018-03-13api: Fixes for missing mraa methods.Noel Eck
2018-03-05gpio: chardev interface / multiple gpio support for sysfsmihais
2018-03-05gpio: Add gpio chardev interfaceMihai Stefanescu
2018-02-07mraa.c: make mraa_gpio_lookup() return proper pin indexAlex Tereschenko
2017-10-05Add support for MIPS-based boards Omega2 and Linkit Smart 7688Serge Vakulenko
2017-09-14grovepi: grovepi subplatform support via i2cMihai Tudor Panu
2017-06-21mraa.c/x86.c: use exact match in strncmp() to avoid surprisesAlex Tereschenko
2017-05-29mraa.c: remove surplus variables, correct memory allocationsAlex Tereschenko
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-17mraa.c: be more defensive and replace strcmp() with strncmp()Alex Tereschenko
2017-05-16mraa.c: add a by-name lookup function also for UARTsTapani Utriainen
2017-05-16mraa.c: make lookup functions more robust with null pointer checksTapani Utriainen
2017-05-16mraa.c: fix style of lookup functionsTapani Utriainen
2017-04-24pio: Remove pio headers from MRAANoel Eck
2017-04-24periphmraa: Create IndexLookup functions for GPIO, I2C, SPI, PWMVineela Tummalapalli
2017-04-24android-things: Possibly working gpioBrendan Le Foll
2017-04-24mraa.c: Fix elif without statementBrendan Le Foll
2017-04-24android-things: Peripheralmanager target buildBrendan Le Foll
2017-04-24android-things: Prep for peripheralmanager supportBrendan Le Foll
2017-04-06mraa.c: mraa_deinit make plat pointer NULL after freeing itBrendan Le Foll
2017-04-02mraa.c: Fix for various small memory leaksNoel Eck
2017-03-16mraa.c: Fix strsep crashSimo Kuusela
2016-11-04mraa.c: Fix another memleak in mraa_find_i2c_bus_pciBrendan Le Foll
2016-11-04mraa.c: fix memleak in find_i2c_bus_pciBrendan Le Foll
2016-11-02mraa.c: add LOG_NOTICE to checkout what i2c bus is added from pciBrendan Le Foll
2016-11-02mraa.c: Use mraa_atoi instead of atoi in lockfile addingBrendan Le Foll
2016-11-02mraa.c: Find i2c bus by pci idBrendan Le Foll
2016-10-26imraa: split imraa up into imraa_io and imraa_lockBrendan Le Foll
2016-10-26mraa.c: add error if adding a MRAA_GENERIC_FIRMATA subplat and not supportedBrendan Le Foll
2016-10-11mraa.c: return MRAA_SUCCESS when trying to call mraa_add_subplatform twiceBrendan Le Foll
2016-10-11mraa.c: Remove unused variables in mraa_add_from_lockfileBrendan Le Foll
2016-10-11mraa.c: Add MRAA_SUCCESS return to mraa_remove_subplatformBrendan Le Foll
2016-10-11mraa.c: Move firmata syslog message to useful locationBrendan Le Foll