contrib/mraa.git
2014-09-01 Brendan Le... docs: add references to galileo generation
2014-09-01 Brendan Le... common.hpp: fix documentation of functions
2014-09-01 Mark Ceiselpwm: add config_ms and config_percent.
2014-09-01 Thomas Inglebypwm: rename internal functions from get to read
2014-08-26 Thomas Inglebyspi: if platform has one spidev, defaults to it.
2014-08-15 Brendan Le... mraa: update to version 0.4.4 v0.4.4
2014-08-15 Dan Yocomjavascript: added basic examples to mraa
2014-08-14 Brendan Le... common.hpp: add ADC bitness calls to C++ api
2014-08-14 Brendan Le... README.md: add repo instructions
2014-08-14 Brendan Le... README.md: improve github front page doc
2014-08-13 izarddocs: Fixed typos
2014-08-12 Brendan Le... docs: add supported platforms
2014-08-08 Brendan Le... spi: prefix SPI mode with MRAA_SPI_
2014-08-06 Thomas Inglebymraa: update to version 0.4.3 v0.4.3
2014-08-06 Kiveisha Yevgeniyspi: added spi mode to mraa
2014-08-05 Brendan Le... example.rst: improve and fill out python documentation
2014-08-05 Brendan Le... i2c_HMC5883.py: add python I2c.read() example
2014-08-05 Brendan Le... i2c.hpp: new read() variant that returns terminated...
2014-08-01 Brendan Le... mraa.c: fclose on NULL fp can segfault on some platforms
2014-07-31 Brendan Le... sphinx: update python module documentation to reflect...
2014-07-31 Brendan Le... i2c.hpp: add read(size_t length) function useful in...
2014-07-31 Brendan Le... i2c.hpp: overload read() function, this renames readByte
2014-07-29 Brendan Le... i2c_HMC5883.py: add i2c read & write example
2014-07-29 Brendan Le... rgblcd.py: fix example to use 0xFF and not 0x255 which...
2014-07-28 Brendan Le... spi.c: destructor now freeing memory
2014-07-28 Brendan Le... gpio.c: close fd in mmap function
2014-07-25 Thomas Inglebygen2: fix typo on A5 GPIO pinmap
2014-07-24 Brendan Le... galileorevh.md: add initial revH doc
2014-07-24 Brendan Le... cycle-pwm3.py: make example use real pin3 and make...
2014-07-24 Thomas InglebyGalileo Gen2: add replace hook for pwm period
2014-07-24 Thomas Inglebypwm: move internal context structure to internal header
2014-07-24 Thomas Inglebypwm: add period write replace hook
2014-07-24 Brendan Le... cycle-pwm3.py: fix example
2014-07-14 Thomas Inglebymraa: update to version 0.4.2 v0.4.2
2014-07-14 Thomas Inglebygpio: remove printf's, change init-post hook
2014-07-14 Thomas Inglebyintel_galileo_rev_g: make gpio on i2c pins go hiz
2014-07-14 Thomas Inglebyi2c: add init(pre-post) hooks
2014-07-14 Thomas Inglebyi2c: internal structure to mraa_internal_types
2014-07-14 Thomas Inglebyi2c: add Brendan's email to header
2014-07-14 Thomas Inglebyintel_galileo_rev_g: remove platform code from core
2014-07-14 Thomas Inglebymraa: make platform info more available internally
2014-07-14 Thomas Inglebyhook: change structure to pointer
2014-07-14 Thomas Inglebymraa: rename internal adv func mraa_adv_func_t
2014-07-11 Brendan Le... i2c.c: add newlines at the end of all error msgs
2014-07-11 Thomas Inglebyhook: items lost in merge, missing adv items.
2014-07-11 Thomas InglebyMerge branch 'hook'
2014-07-11 Thomas Inglebyhook: change header of board definition, add internal
2014-07-11 Thomas Inglebyhook: rename from declared struct to adance_func
2014-07-10 Brendan Le... mraa_internal: add extern "C" to internal headers
2014-07-10 Brendan Le... cmake: add -fno-omit-frame-pointer to CXX Debug flags
2014-07-10 Thomas Inglebyuart_setup: add example on current uart use.
2014-07-10 Thomas Inglebyintel_galileo_rev_d: add uart definitions.
2014-07-10 Thomas Inglebyuart: barebones uart module added.
2014-07-04 Brendan Le... mraa: update to version 0.4.1 v0.4.1
2014-07-04 Brendan Le... Blink-IO.cpp: use mraa_result_t instead of int
2014-07-04 Brendan Le... common.hpp: use common.hpp instead of renaming C functi...
2014-07-03 Brendan Le... blink_onboard.c: add missing newline char
2014-07-03 Brendan Le... CMakeLists.txt: update pymraa to python-mraa
2014-07-03 Brendan Le... building.md: Add details to swig version requirements...
2014-07-02 Thomas Inglebytypes.h: add missing asterix from comment.
2014-07-02 Thomas Inglebymraa: add common hpp
2014-07-02 Thomas Inglebyintel_galileo_rev_g: add mmap IO on some pins.
2014-07-01 Thomas Inglebyhook: remove hooks, move into branch.
2014-07-01 Brendan Le... mraa.i: remove mraaBuffer class
2014-07-01 Brendan Le... mraa.c: stop ctor running in scripting languages
2014-07-01 Brendan Le... mraa: add deinit function for valgrind testing
2014-07-01 Brendan Le... spi: update spi module to use char instead of unsigned...
2014-07-01 Brendan Le... I2c-compass.cpp: fix example to use char instead of...
2014-07-01 Brendan Le... i2c: allow binary strings as parameters to write()...
2014-06-30 Thomas Inglebyintel_galileo_rev_g: add GPIO support on 14-19
2014-06-30 Brendan Le... mraa: update description of libmraa
2014-06-30 Thomas Inglebyintel_galileo_rev_g: change enable pin for SPI MISO
2014-06-27 Thomas Inglebydoc: fix formatting on platform-hooks
2014-06-27 Thomas Inglebymraa: initial implementation of "hooks"
2014-06-26 Thomas Inglebyintel_galileo_rev_g: fix pwm on IO5
2014-06-26 Thomas Inglebygpio: remove direction error printing
2014-06-26 Brendan Le... blink_onboard.c: fix compilation warnings
2014-06-25 Brendan Le... mraa: pymraa becomes mraa and mraajs becomes mraa
2014-06-25 Thomas Inglebyaio: added configuration within platform data.
2014-06-25 Thomas Inglebyaio: minor formatting fix
2014-06-25 Thomas Inglebygpio: add mmap enable function to cpp headers
2014-06-25 Thomas Inglebymaa: update to 0.4.0 v0.4.0
2014-06-25 Thomas Inglebyipk: replace existing maa if installed
2014-06-24 Thomas Inglebymraa: rename from maa to mraa
2014-06-24 Brendan Le... maa: change complex C++ write calls to CamelCase for...
2014-06-24 Brendan Le... hello_isr.py: add license header
2014-06-24 Brendan Le... maa.i: remove invalid typemaps to char* and include...
2014-06-24 Brendan Le... i2c.hpp: add I2c::writeReg method
2014-06-23 Thomas Inglebymaa: remove unnecessary printing
2014-06-20 Thomas Inglebymaa: remove dev printing
2014-06-20 Brendan Le... blink_onboard.c: add missing blink onboard example
2014-06-20 Brendan Le... maa: add maa_get_platform_type function and move swig...
2014-06-20 Brendan Le... maa.c: complain if we didn't detect a valid platform
2014-06-20 Thomas Inglebymaa: update to 0.3.1 v0.3.1
2014-06-20 Thomas Inglebypwm: disable pwm before unexporting
2014-06-20 Thomas InglebyMerge branch 'gen2'
2014-06-20 Thomas Inglebyintel_galile_rev_g: pinmap add definition for io.
2014-06-20 Thomas Inglebygpio: no printing to stderr on direction change.
2014-06-19 Kiveisha Yevgeniygpio: Added args param to maa_gpio_isr and added docume...
2014-06-19 Thomas Inglebymaa: change dependency on direction for muxs
next