aboutsummaryrefslogtreecommitdiffstats
path: root/src/firmata
AgeCommit message (Expand)Author
2019-05-23spdx: add spdx tags to most filesThomas Ingleby
2018-03-05firmata_mraa.c: Fix warnings in firmata code due to incorrect codeBrendan Le Foll
2017-07-22firmata_mraa.c: Handling PWM periodAbhishek Malik
2016-12-29Firmata: I2C read bytes data array size mismatch fixAbhishek Malik
2016-12-29Firmata: Reducing wait timeAbhishek Malik
2016-12-29Firmata: Increasing iterations to allow more precise readings and allow more ...Abhishek Malik
2016-10-26 firmata: Add pthread spin locks around uart operationsBrendan Le Foll
2016-10-26firmata: Remove all 6.2.x warningsBrendan Le Foll
2016-10-11firmata_mraa.c: Clean up for loops with useless statementsBrendan Le Foll
2016-09-02firmata_mraa.c: retry counter should not be decremented past 0Brendan Le Foll
2016-08-08mraa: Correct spelling of capabilitiesThomas Ingleby
2016-07-27firmata_mraa.c: Fixed aio bugHouman Brinjcargorabi
2016-04-22i2c: Make i2c advance function match new prototypesBrendan Le Foll
2016-04-22aio: Change mraa_aio_read to use int and return -1Brendan Le Foll
2016-03-23npm: add firmata & imraa support to npmBrendan Le Foll
2016-03-23firmata: very crude ISR implementation for EDGE_BOTHMihai Tudor Panu
2016-03-22firmata_mraa.c: Fix reg read to not use firmata contiuous modeBrendan Le Foll
2016-03-22firmata.c: check result cleanly of mraa_uart_set_baudrateBrendan Le Foll
2016-03-22firmata: add timeout for firmata_pull failingBrendan Le Foll
2016-03-22firmata: implemented pwm functionsMihai Tudor Panu
2016-03-22firmata_mraa.c: Fix type error in uint8 arrayBrendan Le Foll
2016-03-22gpio.c: Add close replace function hookBrendan Le Foll
2016-03-22firmata: provide timeout for i2c read callsBrendan Le Foll
2016-03-22imraa: add first version of imraa, the mraa initialisation daemonLongwei Su
2016-03-22firmata: use correct i2c continuous read bits (0b00000010)Rick Waldron
2016-03-22firmata: update dev->period, pwm_min_period, pwm_max_period, from ns to usRick Waldron
2016-03-22firmata.c: Remove superfleous debug outputBrendan Le Foll
2016-03-22firmata_mraa.c: Fix broken handling of mraa_uart_write return valuesBrendan Le Foll
2016-03-22firmata.c: fix possible crash if devs is wrongBrendan Le Foll
2016-03-22firmata: added stubs for PWM functionalityMihai Tudor Panu
2016-03-22firmata: add public firmata API to support custom firmata pluginsBrendan Le Foll
2016-03-22firmata: remove servo stuffBrendan Le Foll
2016-03-22firmata: Convert mraa FirmataC implementation to work over Uart instead of se...Shiran Ben-Melech
2016-03-22firmata: initial workBrendan Le Foll