contrib/mraa.git
2015-06-02 Brendan Le... README.md: add links to javascript documentation
2015-06-02 Brendan Le... uart: Add c++ uart example
2015-06-02 Brendan Le... uart.c: Fix some wrong return checks
2015-06-01 Brendan Le... mraajs.i: Use 0x032870 as SWIG_V8_VERSION to distinguis...
2015-06-01 Brendan Le... .gitmodules: use public git url
2015-06-01 Brendan Le... cmake: add FindYuidoc.cmake module
2015-06-01 Brendan Le... doxygen2jsdoc: add custom typemap file
2015-06-01 Brendan Le... .gitignore: add .swo tmp files
2015-06-01 Brendan Le... contributing.md: add notes on cmakelist coding style
2015-06-01 Brendan Le... cmake: add yuidoc documentation generation
2015-06-01 Brendan Le... doxygen2jsdoc: add submodule
2015-06-01 Jon Trulsonuart: fix missing inversion that will clear all other...
2015-06-01 Brendan Le... uart: move string funcs to {read,write}Str
2015-06-01 Brendan Le... spi.hpp: mraa_spi_write_buf_word cannot be used from...
2015-06-01 Brendan Le... uart: make mraa_uart_get_dev_path return const char*
2015-06-01 Brendan Le... uart: Make C API use const where appropriate
2015-06-01 Brendan Le... uart.hpp: Use std::string constructor which lets use...
2015-06-01 Brendan Le... uart.hpp: trust c_str() instead of making copies
2015-05-29 Brendan Le... mraa: update to version 0.7.0 v0.7.0
2015-05-28 Thomas Inglebyuart: update C++ API
2015-05-28 Thomas Inglebyuart: update C API
2015-05-28 Brendan Le... uart: bunch of small changes to make C api work
2015-05-28 Brendan Le... uart.c: add missing return values
2015-05-28 Thomas Inglebyuart: change hpp, use new names of functions
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... uart: 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-26 Henry BruceCMakeLists.txt: Added RPM packaging support for cpack
2015-05-20 Brendan Le... mraajs.i: add buffer checks to python write() typemaps...
2015-05-06 Jakub Kramarzedison.md: minor fixes in Edison boards docs
2015-05-06 Jakub Kramarzraspberry_pi.md: fixed Raspberry Pi model 2 pin mapping...
2015-04-29 Jakub Kramarzjava: added example GpioRead6 based on gpio_read6.c
2015-04-29 Jakub Kramarzjava: added example BlinkOnboard based on blink_onboard.c
2015-04-29 Jakub Kramarzjava: added example CyclePwm3 based on cycle-pwm3.c
2015-04-29 Jakub Kramarzjava: capitalized file names of examples, required...
2015-04-27 Paul Barretteraspberry_pi.c: update platform check for the PI 2...
2015-04-24 Brendan Le... gpio.c: mraa_gpio_get_* now return -1 in error cases
2015-04-24 Brendan Le... mraa-gpio.c: fix unused printf argument
2015-04-24 Alexander Komarovjava: Added Java SWIG binding creation
2015-04-22 Brendan Le... edison.md: add comment on tristate behaviour on edison
2015-04-22 Ian JohnsonAdded table for RPi 2 and RPi B+. Also deleted whitespa...
2015-04-21 Brendan Le... edison.md: add wifi on pin7 warning
2015-04-14 Thomas Inglebymraa: update to version 0.6.2 v0.6.2
2015-04-09 Michael Ringbeaglebone.md: Added documentation for Beaglebone Black
2015-04-08 Brendan Le... docs: add bananapi links and BBB reference
2015-04-08 Michael Ringbanana_pi.md: Added documentation for BananaPi/Pro
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 Brendan Le... mraa_internal.h: clean header style
2015-04-08 Michael Ringmraa.c: change helper functions to use const char*
2015-04-07 Brendan Le... testing.md: add testing doc
2015-04-07 Brendan Le... tests: add cmake ctest infrastructure so `make test...
2015-04-07 Costin Constantintests: add python test cases suite
2015-04-04 Brendan Le... building.md: add python3 & buildarch info
2015-04-04 Michael Ringexamples/mraa-gpio.c: Fixed compiler warning due to...
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... gpio.hpp: fix typo in docstring for isr
2015-04-03 Brendan Le... docs: Improve python docs
2015-04-02 Brendan Le... javascript/CMakeLists.txt: stop requiring doc_i files...
2015-04-02 Brendan Le... building.md: add graphviz to our deps
2015-04-02 Brendan Le... mraa.i: add idef for SWIGPYTHON on doc interface files
2015-04-02 Brendan Le... buidling.md: fix missing D in BUILDOC define
2015-03-31 Thomas InglebyCmake: add override BUILDARCH for selecting arch
2015-03-31 Henry BruceCMakeLists.txt: Added option to install mraa-gpio tool
2015-03-31 Henry BruceCMakeLists.txt: Set correct package architecture for...
2015-03-29 Brendan Le... building.md: clarify build reqs for building and add...
2015-03-27 Thomas Inglebydocs/building: add doxygen information
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 Inglebyapi: introduce define for pin name size
2015-03-23 Thomas Inglebyswig/python: rename python-mraa.i to mraa.i
2015-03-23 Brendan Le... clang-format: run clang-format on C/C++ code
2015-03-19 Brendan Le... package.json.cmake: use 0.10.x is the minimum version...
2015-03-19 Brendan Le... binding.gyp.cmake: get v8 version from node and export...
2015-03-19 Brendan Le... mraajs.i: use SWIG_V8_VERSION from C++ preprocessor...
2015-03-19 Brendan Le... npm.md: add npm node-gyp build instructions
2015-03-19 Brendan Le... package.json.cmake: create node version specific packag...
2015-03-19 Brendan Le... src/CMakeLists.txt: warn if swig is less than 3.0.5
2015-03-19 Brendan Le... CMakeLists.txt: add REQUIRED to threading find_package
2015-03-19 Brendan Le... nodejs: add infra to detect nodejs version
2015-03-19 Brendan Le... mraajs: update for node.js 0.12 API differences
2015-03-19 Brendan Le... common: fix documentation string on mraa_init
2015-03-19 Michael Ringexamples/gpio: Re-implemented the display of pin names
2015-03-19 Michael Ringinternal/pin/name: increase length of pin name
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-15 Thomas InglebyCPack IPK: remove maa replace reference
2015-03-13 Brendan Le... intel_minnow_max.c: Add support for spi
2015-03-13 Brendan Le... i2c: flip the msg flags for mraa_i2c_read_bytes_data
2015-03-03 Gabriel Smithi2c.hpp: Remove tab
2015-03-03 Gabriel Smithi2c: Add functions for bulk read from register
2015-03-03 Brendan Le... spi: return int instead of uint8_t in mraa_spi_write
next