contrib/mraa.git
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
2015-03-03 Brendan Le... intel_edison_fab_c.c: let the edison spi driver select...
2015-03-01 Brendan Le... README.md: add -dev repository information
2015-03-01 Brendan Le... intel_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... mraa.c: stop C constructor calling mraa_init() in SWIG...
2015-03-01 Brendan Le... x86.c: unknown init now returns MRAA_UNKNOWN_PLATFORM
2015-02-27 Brendan Le... spi.h: fix docstring style
2015-02-27 Brendan Le... contributing.md: amend project contribution goals
2015-02-27 Brendan Le... edison.md: add some SPI limitations
2015-02-27 Brendan Le... spi: styling & docstring fix
2015-02-27 Brendan Le... spi.c: change spi mode to a uint32_t
2015-02-26 Brendan Le... mraa: update to API version 0.6.1 v0.6.1
2015-02-25 Brendan Le... python-mraa.i: ValueError when expecting bytearray...
2015-02-25 Brendan Le... i2c_HM5883.py: remove old python example
2015-02-25 Brendan Le... common: add C++ init() call and explain reason to call...
2015-02-20 Brendan Le... examples: add uart examples for js & py
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... isr.js: add node.js isr example
2015-02-18 Brendan Le... nodejs: Add isr support to node.js
2015-02-17 Michael Ringexamples/spi_max7219.c: Example for 16bit wide convenie...
2015-02-17 Michael Ringspi.hpp: Fix indentation of comment
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-17 Brendan Le... docs/galileorevd.md: add doc for pin13 on gen1
2015-02-15 Brendan Le... mraa: update to API version 0.6.0
2015-02-15 Brendan Le... raspberry_pi.md: Update docs to reflect latest rpi...
2015-02-15 Michael Ringarm: added support for all models of Raspbery Pi A...
2015-02-15 Michael Ringinclude/arm/raspberry_pi.h Added pincount defines for...
2015-02-15 Michael Ringapi/mraa/types.h renamed enum for raspberry to make...
2015-02-15 Michael Ringmraa.c added internal helper functions to support globb...
2015-02-15 yonekenAdd options for nodejs include directory
2015-02-15 Michael Ringexamples/gpio.c Added support for mmap access to gpio
2015-02-15 Michael Ringexamples/gpio.c Added whitespace to better align gpio...
2015-02-10 Brendan Le... examples/gpio.c: Fix some formatting & code style
2015-02-10 Brendan Le... examples/gpio.c: fix getchar() not working in ssh term
2015-02-10 Brendan Le... gpio.c: add DEBUG message for owner flag
2015-02-10 Henry Bruceexamples/gpio.c: Added command to monitor pin level...
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-09 Brendan Le... docs: fix some poor spelling & phrasing in docs
2015-02-09 Brendan Le... pwm.hpp: fix pin/chipid order in raw init
2015-02-05 Thomas Inglebysrc/mraa.c: mux mapped
2015-02-05 Brendan Le... Revert "setup_mux_mapped: use HIGH/LOW instead"
2015-02-05 Alex Tereschenkoexamples/aio: Added examples for mraa_aio_read_float...
2015-02-04 Alex Tereschenkoaio.c: added normalized read returning a float in a...
2015-02-04 Tanu Kaskinenminnow_max.md: work around bad rendering in GitHub
2015-01-31 Brendan Le... mraa.c: Allow running mraa_init() as non root
2015-01-28 Brendan Le... gpio.c: add pin number to export fail message
next