mraa.c: Fix path of iio device in sysfs
[contrib/mraa.git] / src /
2015-08-14 Brendan Le Folli2c.c: add debug syslog message for i2c bus path
2015-08-14 Brendan Le Follmraa.c: log level syslog messages
2015-08-13 Brendan Le Follraspberry_pi.c: Fix use of non initialised pincount...
2015-08-13 Brendan Le Follbeaglebone.c: Fix resource leaks with capepath in error...
2015-08-13 Brendan Le Follmraa.c: Fix ressource leaks during error handling
2015-07-31 Salah-Eddine Missribeaglebone.c: Add PWM pinmaps
2015-07-31 Salah-Eddine Missripwm.c: Fix warnings due to unescaped %
2015-07-31 Salah-Eddine Missribeaglebone.c: Fix warnings in due to syslog 'too many...
2015-07-31 Salah-Eddine Missribeaglebone.c: Add PWM output configuration
2015-07-30 Brendan Le Follarm: Use define MRAA_PIN_NAME_SIZE for pin names
2015-07-30 Brendan Le Follbeaglebone.c: remove freeing of NULL var
2015-07-24 Brendan Le Follnpm: Fix npm builds for ARM hosts
2015-07-24 Brendan Le Follmraa.c: fix ARMPLAT elif not being done on define like...
2015-07-22 Alex Tereschenkouart.c: Fixed UART initialization, now we set and apply...
2015-07-16 Alexandru Eliseiraspberry_pi.c: Use define MRAA_PIN_NAME_SIZE for pin...
2015-07-16 Mihai Tudor Panujava: append -fpermissive to CMAKE_CXX_FLAGS rather...
2015-07-15 Brendan Le Follmraa.c: Fix buffer overfow in mraa_find_i2c_bus
2015-07-10 Brendan Le Follmraa: add internal mraa_find_i2c_bus function
2015-07-08 Brendan Le Follintel_de3815: avoid double free in case of error
2015-07-08 Brendan Le Follintel_de3815.c: Add error handling to seeks and avoid...
2015-07-08 Brendan Le Follintel_de3815.c: check i2c device fd
2015-07-08 Brendan Le Follintel_de3815.c: go up to i2c-8 to find designware i2c...
2015-07-06 Brendan Le Follintel_minnow_max.c: Use MAX_LENGTH for strn commands
2015-07-06 Brendan Le Follintel_minnow_max.c: Fix SPI CLK having uninitialised...
2015-07-02 Brendan Le Follpython/mraa.i: Fix memory leak on python Spi::write...
2015-07-02 Brendan Le Follmraajs.i: Fix memory leak on javascript Spi::write
2015-07-01 Brendan Le Follmraa.c: Fix readlink call not terminating its buffer
2015-07-01 Brendan Le Follintel_edison_fab_c.c: check fstat return value
2015-07-01 Brendan Le Follgpio: all gpio enums prefixed with _mraa
2015-06-30 Thomas Inglebyx86: de3815: detect correct i2c-dev
2015-06-29 Jon Trulsonpwm: mraa_pwm_write() should accept 1.0 as a valid...
2015-06-29 Thomas Inglebyx86: Galileo Gen 2: add ftdi header serial
2015-06-29 Thomas Inglebyuart: fix issue where a index is checked before set
2015-06-29 Thomas Inglebyx86: edison: add check in init_pre uart hook
2015-06-22 Alex Tereschenkointel_edison_fab_c.c: added spi_lsbmode_replace to...
2015-06-15 Alex Tereschenkointel_galileo_rev_d.c: added spi_lsbmode_replace to...
2015-06-15 Alex Tereschenkospi.c: introduced a _replace hook for spi_lsbmode()
2015-06-15 Alex Tereschenkospi.c: moved struct _spi declaration into mraa_internal...
2015-06-03 Brendan Le Follbinding.gyp.cmake: fix compilation when not setting...
2015-06-02 Brendan Le Folluart.c: Fix some wrong return checks
2015-06-01 Brendan Le Follmraajs.i: Use 0x032870 as SWIG_V8_VERSION to distinguis...
2015-06-01 Brendan Le Folldoxygen2jsdoc: add custom typemap file
2015-06-01 Brendan Le Follcmake: add yuidoc documentation generation
2015-06-01 Jon Trulsonuart: fix missing inversion that will clear all other...
2015-06-01 Brendan Le Folluart: move string funcs to {read,write}Str
2015-06-01 Brendan Le Folluart: make mraa_uart_get_dev_path return const char*
2015-06-01 Brendan Le Folluart: Make C API use const where appropriate
2015-05-28 Thomas Inglebyuart: update C API
2015-05-28 Brendan Le Folluart: bunch of small changes to make C api work
2015-05-28 Brendan Le Folluart.c: add missing return values
2015-05-28 Thomas Inglebyuart: remove un-needed includes from uart.h
2015-05-28 Thomas Inglebyuart: move internal static function to top of file
2015-05-28 Brendan Le Folluart: make initial dump of uart module
2015-05-28 Jon Trulsonuart: use an unsigned int for baud rate rather than...
2015-05-28 Jon Trulsonuart: add capability to check if data can be read from...
2015-05-28 Jon Trulsonuart: add uart device read and write functionality
2015-05-28 Jon Trulsonuart: add uart device open and close functionality
2015-05-28 Jon Trulsonuart: add fd (file descriptor) to uart context
2015-05-20 Brendan Le Follmraajs.i: add buffer checks to python write() typemaps...
2015-04-27 Paul Barretteraspberry_pi.c: update platform check for the PI 2...
2015-04-24 Brendan Le Follgpio.c: mraa_gpio_get_* now return -1 in error cases
2015-04-24 Alexander Komarovjava: Added Java SWIG binding creation
2015-04-08 Michael Ringbanana.c: Fixed Pin assignment for Banana Pi and wrong...
2015-04-08 Michael Ringmraa.c: Remove mraa_init() from mraa_pin_mode_test
2015-04-08 Michael Ringbanana: Add bananapi support
2015-04-08 Michael Ringmraa.c: Add _contains helper functions
2015-04-08 Michael Ringmraa.c: change helper functions to use const char*
2015-04-07 Brendan Le Folltests: add cmake ctest infrastructure so `make test...
2015-04-04 Michael Ringbeaglebone.h: added Beaglebone Black Platform
2015-04-04 Michael Ringmraa_adv_func.h: Added pwm initialization replace
2015-04-03 Brendan Le Folldocs: Improve python docs
2015-04-02 Brendan Le Folljavascript/CMakeLists.txt: stop requiring doc_i files...
2015-04-02 Brendan Le Follmraa.i: add idef for SWIGPYTHON on doc interface files
2015-03-24 Thomas Inglebypwm: add syslog warning when value greater than 100...
2015-03-24 Thomas Inglebypwm: add calls for getting PWM max and min period
2015-03-23 Thomas Inglebyswig/python: rename python-mraa.i to mraa.i
2015-03-23 Brendan Le Follclang-format: run clang-format on C/C++ code
2015-03-19 Brendan Le Follpackage.json.cmake: use 0.10.x is the minimum version...
2015-03-19 Brendan Le Follbinding.gyp.cmake: get v8 version from node and export...
2015-03-19 Brendan Le Follmraajs.i: use SWIG_V8_VERSION from C++ preprocessor...
2015-03-19 Brendan Le Follpackage.json.cmake: create node version specific packag...
2015-03-19 Brendan Le Follsrc/CMakeLists.txt: warn if swig is less than 3.0.5
2015-03-19 Brendan Le Follnodejs: add infra to detect nodejs version
2015-03-19 Brendan Le Follmraajs: update for node.js 0.12 API differences
2015-03-19 Michael Ringapi/mraa: add mraa_get_pin_name
2015-03-18 Kevron Reespython: build with python 2.7 in the correct python...
2015-03-13 Brendan Le Follintel_minnow_max.c: Add support for spi
2015-03-13 Brendan Le Folli2c: flip the msg flags for mraa_i2c_read_bytes_data
2015-03-03 Gabriel Smithi2c: Add functions for bulk read from register
2015-03-03 Brendan Le Follspi: return int instead of uint8_t in mraa_spi_write
2015-03-03 Brendan Le Follintel_edison_fab_c.c: let the edison spi driver select...
2015-03-01 Brendan Le Follintel_edison_fab_c.c: Fix frequency setting on edison...
2015-03-01 Michael Ringraspberry_pi.c: Wrong pin number used for Raspberry...
2015-03-01 Brendan Le Follmraa.c: stop C constructor calling mraa_init() in SWIG...
2015-03-01 Brendan Le Follx86.c: unknown init now returns MRAA_UNKNOWN_PLATFORM
2015-02-27 Brendan Le Follspi: styling & docstring fix
2015-02-27 Brendan Le Follspi.c: change spi mode to a uint32_t
2015-02-25 Brendan Le Follpython-mraa.i: ValueError when expecting bytearray...
2015-02-20 Jon Trulsongpio.c: change check to allow fd 0
2015-02-20 Jon Trulsongpio.c: check fd before attempting to use it
next