uart: add uart device open and close functionality
[contrib/mraa.git] / src /
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
2015-02-19 Jon Trulsonuart.c: mraa_uart_get_dev_path return NULL on error
2015-02-18 Brendan Le Follnodejs: Add isr support to node.js
2015-02-17 Michael Ringspi: Add 16bit wide convenience functions for spi
2015-02-17 Michael Ringspi.c: Initialization of spi is necessary on Beaglebone...
2015-02-15 Michael Ringarm: added support for all models of Raspbery Pi A...
2015-02-15 Michael Ringmraa.c added internal helper functions to support globb...
2015-02-15 yonekenAdd options for nodejs include directory
2015-02-10 Brendan Le Follgpio.c: add DEBUG message for owner flag
2015-02-10 Henry Brucegpio.c: fix spelling in comment
2015-02-10 Henry Brucegpio.c: mraa_gpio_wait_interrupt() now waits for subseq...
2015-02-05 Thomas Inglebysrc/mraa.c: mux mapped
2015-02-05 Brendan Le FollRevert "setup_mux_mapped: use HIGH/LOW instead"
2015-02-04 Alex Tereschenkoaio.c: added normalized read returning a float in a...
2015-01-31 Brendan Le Follmraa.c: Allow running mraa_init() as non root
2015-01-28 Brendan Le Follgpio.c: add pin number to export fail message
2015-01-27 Brendan Le Follintel_minnow_max.c: define gpio.mux_total
2015-01-26 Alex Tereschenkox86.c/mraa_x86_platform: added dedicated block for...
2015-01-26 Alex Tereschenkomraa: we now log version and user ID into syslog upon...
2015-01-22 Thomas Inglebysetup_mux_mapped: use HIGH/LOW instead
2015-01-22 Thomas Inglebygpio: add behaviour for pin without direction
2015-01-21 Thomas Inglebyraspberry_pi_b: add missing platform name
2015-01-21 Thomas Inglebyapi/platform_name: Change return when null platform
2015-01-21 Thomas Inglebyinternal/platform_name: move to const char*
2015-01-21 Thomas Inglebymraa/platform: add mraa_get_pin_count()
2015-01-20 Thomas Inglebygpio: add function to get raw gpio number.
2015-01-20 Brendan Le Follcov: add some explicit includes that where missing
2015-01-20 Brendan Le Folli2c.c: Fix resource leak when I2C_FUNCS ioctl fails
2015-01-20 Thomas Inglebyuart: use const char* instead of plain char*
2015-01-20 Thomas Inglebyuart: add function mraa_uart_get_dev_path
2015-01-20 Thomas Inglebyuart: cleanup and bring inline with standard
2015-01-20 Kurt Eckhardtgpio: mraa_gpio_dir allow output to set val
2015-01-16 Brendan Le Follmraajs.i: add %include carrays.i to fix generation...
2015-01-14 Brendan Le Follspi: add mraa_spi_init_raw
2015-01-14 Brendan Le Follspi: Make Spi write() work from SWIG with typemaps
2015-01-12 Philippe Covalmraa.c: fix FTBFS on printf by adding format
2001-01-01 Brendan Le Follx86.c: remove duplicate case statement
2001-01-01 Brendan Le Follx86/intel_minnow_max.c: remove definitions duplication
2001-01-01 Brendan Le Follx86/intel_minnow_max.c: add board gpio count
2001-01-01 John 'Warthog9'... x86/intel_minnow_max.c: Adjust gpio pins based on kerne...
2015-01-09 Thomas Inglebyx86/galileo_gen2: correct mistake on IO11 for SPI
2015-01-06 Kurt Eckhardtintel_edison_fab_c.c: move gpio_close_pre to miniboard
2015-01-06 Brendan Le Follmraajs.i: add i2c read/write function typemaps
2015-01-06 Brendan Le Follpython-mraa.i: Add typemaps to make I2c::{read,write...
2015-01-06 Brendan Le Follmraa.i: remove std::string conversion
2015-01-05 Brendan Le Follmraa.c: fix missing break statement in case switch
2015-01-05 Kurt Eckhardtpwm.c: cache period
2015-01-05 Brendan Le Folli2c: use I2C_FUNCS to store funcs map
2015-01-05 Brendan Le Folli2c: fix brackets around if statement
2015-01-05 Brendan Le Folledison: add mraa_i2c_frequency replace hook for i2c-6
2015-01-05 Brendan Le Folli2c: add busnum to context
2015-01-05 Brendan Le Folli2c: remove hz from context
2015-01-05 Brendan Le Folli2c: set_frequency now takes a mraa_i2c_mode_t
2014-12-21 yonekengpio: Add a function to get a pin number from mraa_gpio...
2014-12-19 Kurt Eckhardtx86/galileo-gen2: Speed up mraa_gpio_dir
2014-12-19 Kurt Eckhardtx86/edison: Speed up mraa_gpio_dir
2014-12-19 Kurt Eckhardtgpio.c: add advance_func->gpio_close_pre
next