aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-02.travis.yml: enabled JAVA 8 builds with gccHEADmasterMihai Tudor Panu
2015-12-01cmake: use cmake includedirKevron Rees
2015-12-01ft4222: adds initial support for on-chip GPIO in mode0Mihai Tudor Panu
2015-12-01ft4222: prepares onboard gpio support in addition to i2c expander optionMihai Tudor Panu
2015-12-01gpio: function replacement for gpio write callsMihai Tudor Panu
2015-12-01i2c.c: Fix identation/style and simplify logic in mraa_i2c_readMihai Tudor Panu
2015-12-01i2c.c: call correct adv func in mraa_i2c_read_byteMihai Tudor Panu
2015-11-30java: Added auto load library code to the SWIG interface fileStefan Andritoiu
2015-11-23README.md: updated package name in opkg command exampleAlex Tereschenko
2015-11-19README.md: Add UPM style images for documentation moving links to mraa.ioBrendan Le Foll
2015-11-18README.md: remove outdated reference to eglibc imagesBrendan Le Foll
2015-11-18uart.c: fixed typo in debug outputAlex Tereschenko
2015-11-18README.md: updated Edison SDK version to the latest one.Alex Tereschenko
2015-11-18README.md: formatting updates to make it nicer + typo fixes.Alex Tereschenko
2015-11-18README.md: added install instructions per suggestion in #336.Alex Tereschenko
2015-11-11FindNodejs.cmake: V8_VERSION_MAJOR is being set and MINOR/PATCH where emptyBrendan Le Foll
2015-11-11javascript: Fix build for nodejs v5 which has smaller version stringBrendan Le Foll
2015-11-02mraa: update to version 0.8.1Thomas Ingleby
2015-10-30cmake: use cmake libdir instead of making our ownKevron Rees
2015-10-30gpio.c: enhanced Python-specific codeAlex Tereschenko
2015-10-30README.md: updated link to IoTDevKit package repoAlex Tereschenko
2015-10-28gpio.c: Fix interrupt callback argsChris Brackert
2015-10-27gpio.c: Fix python3 builds, PyString_AsString not availBrendan Le Foll
2015-10-26uart.c: fix to UART even paritydamcclos
2015-10-26examples: Fixed bug in mraa-gpio introduced by sub-platform update.Henry Bruce
2015-10-26ftdi_ft4222.c: Fixed bug in gpio configurationHenry Bruce
2015-10-26ftdi_ft4222.c: Implemented previously stubbed out i2c functions.Henry Bruce
2015-10-26i2c.c: Added missing adv_func support to some functionsHenry Bruce
2015-10-26JavaScript SPI.write output correction #2xbolshe
2015-10-26JavaScript SPI.write output correctionxbolshe
2015-10-22docs: updated Python docs index with all supported platformsAlex T
2015-10-09src/java/CMakeLists.txt: Modified path for javac and jarAndrei Vasiliu
2015-10-09uart.js: Rewrite of example to show more functionalityxbolshe
2015-10-06gpio.c: Log more data in ISR handler on Python errorAlex Tereschenko
2015-10-06gpio.c: Fixed typoAlex Tereschenko
2015-10-06gpio.c: Added ISR thread termination flagAlex Tereschenko
2015-10-03javascript: Add nodejs 4.1.1 supportxbolshe
2015-10-02gpio.h: Fixed a couple of typos in descriptionAlex Tereschenko
2015-10-01.travis.yml: updated travis file to use swig3 and build node.js bindings tooMihai Tudor Panu
2015-10-01docs: Enabled samples in the Java documentationMircea Bardac
2015-10-01Doxyfile.java.in: Fix lookup of SWIG generated Java filesMircea Bardac
2015-10-01Isr.java: Fix ISR example to use pin 6 and sleep properlyPetre Eftime
2015-10-01samples.mapping.txt: Add samples mapping for java samplesPetre Eftime
2015-10-01examples/java: Port examples containing [Interesting] tag from C/C++Petre Eftime
2015-10-01examples/java: Update, indent and add [Interesting] tags to examplesPetre Eftime
2015-10-01mraajava.i: Ignore read/write functions (in UART)Petre Eftime
2015-09-29Doxyfile.java.in: dos2unixBrendan Le Foll
2015-09-29Doxyfile.java.in: Fixed documentation generation for JavaMircea Bardac
2015-09-29Isr-pin6.cpp: Add example for c++ isrBrendan Le Foll
2015-09-22mraa: update to version 0.8.0Brendan Le Foll