contrib/mraa.git
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
2015-01-27 Brendan Le... intel_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-22 Petrus J.v... contributing.md: Fix typo
2015-01-21 Thomas Inglebyapi: remove internal strut from public API
2015-01-21 Thomas Inglebyexample/gpio.c: Remove extern to plat
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 Brendan Le... blink_onboard.c: explain use of calamari lure in example
2015-01-20 Brendan Le... docs: add debugging doc
2015-01-20 Thomas Inglebygpio: add function to get raw gpio number.
2015-01-20 Brendan Le... cov: add some explicit includes that where missing
2015-01-20 Brendan Le... i2c.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-17 Brendan Le... building.md: fix clang/clang++ arg
2015-01-16 Brendan Le... docs: add more information to builds & contributing
2015-01-16 Brendan Le... mraajs.i: add %include carrays.i to fix generation...
2015-01-14 Brendan Le... cmake: make licensing of cmake modules really clear
2015-01-14 Brendan Le... internals.md: add more internals documentation
2015-01-14 Brendan Le... building.md: add more building information
2015-01-14 Brendan Le... spi: add mraa_spi_init_raw
2015-01-14 Brendan Le... spi.hpp: styling/identation fix
2015-01-14 Brendan Le... i2c.hpp: fix doxygen comment for return of read()
2015-01-14 Brendan Le... pwm.hpp: Pwm constructor optional arg order change
2015-01-14 Brendan Le... spi: 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... x86.c: remove duplicate case statement
2001-01-01 Brendan Le... x86/intel_minnow_max.c: remove definitions duplication
2001-01-01 Brendan Le... x86/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 Inglebyapi/spi: Add Spi_Modes to CPP headers.
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... I2c-compass.cpp: fix incorrect usage of write/writeByte
2015-01-06 Brendan Le... bmp85.js: add i2c read/write example
2015-01-06 Brendan Le... mraajs.i: add i2c read/write function typemaps
2015-01-06 Brendan Le... bmp85.py: add simple example of new i2c read func
2015-01-06 Brendan Le... python-mraa.i: Add typemaps to make I2c::{read,write...
next