contrib/mraa.git
2016-03-30 Philippe Covalpackaging: also support rpmbuild from Tizen:2.3 38/64238/1 sandbox/pcoval/tizen tizen submit/contrib_common/20160331.120190
2016-01-04 Philippe Covalpackaging: Bump to 0.9.0 23/56123/1 contrib sandbox/pcoval/latest submit/contrib_2_4_mobile/20160111.214013 submit/contrib_common/20160111.213925 submit/contrib_ivi/20160122.144490 submit/contrib_mobile/20160122.144490
2016-01-04 Philippe Covalpackaging: Bump to 0.6.1
2016-01-04 Philippe Covalpackaging: Bump to 0.6.0
2016-01-04 Philippe Covalpackaging: Initial packaging on 0.5.4 for Tizen
2015-12-21 Brendan Le... iio.c: Fix indentation v0.9.0
2015-12-21 Brendan Le... iio.c: Check return of fscanf
2015-12-21 Brendan Le... iio.c: Check return of fd before using ioctl
2015-12-21 Brendan Le... iio.c: Replace sprintf with snprintf
2015-12-21 Brendan Le... iio.c: Closedir correctly and return error if we fail...
2015-12-21 Brendan Le... iio.c: Fix leaking filedescriptor on read error
2015-12-21 Brendan Le... mraa: Remove trailing whitespace/tabs from various...
2015-12-21 Brendan Le... mraa: Remove executable bit from a few files
2015-12-21 Brendan Le... x86.c: Fix include for sofia 3gr platform missing
2015-12-21 Brendan Le... iioc.: remove call to stat before mkdir as superflous
2015-12-21 Brendan Le... iio.c: Avoid reading uninitialised memory in cases...
2015-12-21 Brendan Le... iio: Check fd against != -1 and not > 0 and avoid leaks...
2015-12-21 Brendan Le... iio.c: Fix closedir not always been called leaving...
2015-12-18 Srinivas Kandagatla96boards: remove a typo
2015-12-17 Lay, Kuan Looniio.c: fix memory leak and out of bound array access...
2015-12-17 Lay, Kuan LoonSoFIA 3GR: Add SoFIA 3GR platform with i2c support
2015-12-15 Henry Bruceiio: C API changes and C++ API enhancements
2015-12-15 Henry Brucedocs: Added more detail to iio doc
2015-12-15 Henry Brucemraa.c: Do not return with error if iio devices are...
2015-12-15 Brendan Le... iio.c: Fix missing include file sys/stat.h
2015-12-15 Brendan Le... iio.c: Use sys/ioctl.h instead of stropts.h
2015-12-15 Henry Bruceexamples: Converted iio dummy driver test app to C++
2015-12-15 Henry Bruceapi: Added C++ API for IIO
2015-12-15 Henry Bruceiio: Fixed device id check bug
2015-12-15 Henry Brucemraa.c: iio detect tidy up.
2015-12-15 Henry Bruceexamples: Extended iio_dummy_test to cover more cases.
2015-12-15 Henry Bruceiio: Isolated use of open() to string read/write functions.
2015-12-15 Henry Brucemraa.c: Moved iio detection code into a function
2015-12-15 Henry Brucemraa_internal.h: Added mraa_iio_detect() function decla...
2015-12-15 Henry Bruceexamples: Added iio_dummy_test, a test app that uses...
2015-12-15 Henry Bruceiio: mraa_iio_write_string now using open insteam of...
2015-12-15 Brendan Le... iio.md: add triger_now option
2015-12-15 Brendan Le... iio.md: add kernel config option
2015-12-15 Brendan Le... iio.md: skeleton documentation
2015-12-15 Lay, Kuan Looniio: iio update channel
2015-12-15 Lay, Kuan Looniio: iio add create trigger
2015-12-15 Lay, Kuan Looniio: iio get mounting matrix remove unused variable...
2015-12-15 Lay, Kuan Looniio: iio add get mounting matrix
2015-12-15 Lay, Kuan Looniio: iio consolidate read and write API
2015-12-15 Brendan Le... iio.c: run clang format on iio.c
2015-12-15 Brendan Le... iio.c: add stropts.h include for iotctl
2015-12-15 Brendan Le... mraa_internal.h: Add fnmatch.h include
2015-12-15 Brendan Le... iio.c: Use MAX_SIZE var upgrading strings to 128 from 64
2015-12-15 Lay, Kuan Looniio: trigger buffer samples fix
2015-12-15 Lay, Kuan Looniio: iio get channel and get event error checking
2015-12-15 Lay, Kuan Looniio-example: printf take extra argument
2015-12-15 Lay, Kuan Looniio: added mraa_iio_write
2015-12-15 Brendan Le... iio: remove exec perms
2015-12-15 Lay, Kuan Looniio: added event api
2015-12-15 Alex Tereschenkomraa.c: we now remove trailing CR/LF from IIO dev names
2015-12-15 Alex Tereschenkoiio: added function returning IIO device number by...
2015-12-15 Alex Tereschenkoiio: fixed IIO device counting
2015-12-15 Alex Tereschenkoiio: fixed comment typo
2015-12-15 Brendan Le... iio: Remove iio structures from mraa_platform_t
2015-12-15 Brendan Le... mraa_func.h: Remove unused code
2015-12-15 Brendan Le... iio: Improve iio channel parsing to add enabled channels
2015-12-15 Brendan Le... iio: initial pass at getting channel information from...
2015-12-15 Brendan Le... iio_driver.c: remove weird API calls
2015-12-15 Brendan Le... iio: Simplify API
2015-12-15 Brendan Le... iio: Find attributes and channels in iio device
2015-12-15 Brendan Le... iio_driver.c: Add example for iio interface
2015-12-15 Brendan Le... mraa.c: Fix path of iio device in sysfs
2015-12-15 Brendan Le... iio: initial API and enumeration of devices
2015-12-15 Brendan Le... iio: Add initial module
2015-12-14 Alex Tereschenkodocs: added UART examples into Python docs.
2015-12-14 Alex Tereschenkoexamples: added more elaborated Python UART example
2015-12-14 Stefan Andritoiumraajava.i: The director now uses a GlobalRef instead...
2015-12-14 Jorge Ramirez... 96boards: add support to HiKey 96board
2015-12-14 Srinivas Kandagatla96boards: add support to 96boards (https://96boards...
2015-12-14 Srinivas KandagatlaTargetArch.cmake: Add support to aarch64 based platforms
2015-12-14 Srinivas Kandagatlauart.c: make use of no_bus_mux flag
2015-12-14 Srinivas Kandagatlaspi.c: make use of no_bus_mux flag
2015-12-14 Srinivas Kandagatlai2c.c: make use of no_bus_mux flag
2015-12-14 Srinivas Kandagatlamraa: Add flags to not setup bus pinmux
2015-12-04 Mihai Serbanintel_edison_fab_c.c: Remove dependency on debugfs
2015-12-04 Mihai Serbanedison: fix SPI IO pointers usage
2015-12-04 Mihai SerbanCompile libmraa for Android and Brillo
2015-12-03 Brendan Le... cmake: enable settign of MRAAPLATFORMFORCE to reduce...
2015-12-02 Mihai Tudor... .travis.yml: enabled JAVA 8 builds with gcc
2015-12-01 Kevron Reescmake: use cmake includedir
2015-12-01 Mihai Tudor... ft4222: adds initial support for on-chip GPIO in mode0
2015-12-01 Mihai Tudor... ft4222: prepares onboard gpio support in addition to...
2015-12-01 Mihai Tudor... gpio: function replacement for gpio write calls
2015-12-01 Mihai Tudor... i2c.c: Fix identation/style and simplify logic in mraa_...
2015-12-01 Mihai Tudor... i2c.c: call correct adv func in mraa_i2c_read_byte
2015-11-30 Stefan Andritoiujava: Added auto load library code to the SWIG interfac...
2015-11-23 Alex TereschenkoREADME.md: updated package name in opkg command example
2015-11-19 Brendan Le... README.md: Add UPM style images for documentation movin...
2015-11-18 Brendan Le... README.md: remove outdated reference to eglibc images
2015-11-18 Alex Tereschenkouart.c: fixed typo in debug output
2015-11-18 Alex TereschenkoREADME.md: updated Edison SDK version to the latest...
2015-11-18 Alex TereschenkoREADME.md: formatting updates to make it nicer + typo...
2015-11-18 Alex TereschenkoREADME.md: added install instructions per suggestion...
2015-11-11 Brendan Le... FindNodejs.cmake: V8_VERSION_MAJOR is being set and...
2015-11-11 Brendan Le... javascript: Fix build for nodejs v5 which has smaller...
next