mraa: update to version 0.5.1
[contrib/mraa.git] / src /
2014-10-08 Thomas Inglebyedison: miniboard GPIO mode hook added
2014-10-08 Thomas Inglebyedison: miniboard SPI bus support added
2014-10-08 Thomas Inglebyedison: miniboard i2c support added for bus 1 & 6
2014-10-08 Thomas Inglebyedison: add missing PWM hook for miniboard
2014-10-08 Thomas Inglebypwm: fix incorrect hook check
2014-10-07 Thomas Inglebyedison: add inital miniboard support
2014-10-03 Brendan Le Follcoverity: Fix issues found by coverity scan
2014-10-03 Brendan Le Follgpio: add more error checking for mraa_gpio_context
2014-10-03 Brendan Le Folldoc: cleanup internal documentation and naming
2014-09-25 Brendan Le Follsyslog: remove all fprintf calls and use syslog instead
2014-09-24 Brendan Le Follaio.c: cosmetic fix on file
2014-09-22 Thomas Inglebyaio: change return from uint16 to unsigned int
2014-09-22 Thomas Inglebyaio: add calls for changing bit value of the read
2014-09-19 Brendan Le Follhello_isr.py: add sleep to the example to reduce confusion
2014-09-10 Thomas Inglebyedison: add supported adc bit information
2014-09-09 Thomas Inglebyhook: add spi init hooks
2014-09-09 Thomas Inglebyhook: add pwm hook around init
2014-09-09 Thomas Inglebyaio: internal aio context to mraa_internal_types
2014-09-09 Thomas Inglebyaio: add init hooks, and fp hook
2014-09-09 Thomas Inglebyedison: add hook for handling modes for gpio
2014-09-09 Thomas Inglebypython: dont set c_flags globally
2014-09-09 Thomas Inglebyjavascript: dont't wipe other cxx flags
2014-09-09 Thomas Inglebyedison: spi addition completed
2014-09-09 Thomas Inglebyedison: add spi mux definitions
2014-09-09 Thomas Inglebyedison: add gpio support on A0-A5
2014-09-09 Thomas Inglebyedison: add pwm support on 3,5,6,9 - default state
2014-09-09 Thomas Inglebyedison: add analog input support
2014-09-09 Brendan Le Follaio.c: fix ordering of comparison operator
2014-09-09 Brendan Le Follintel_edison_fab_c.c: simplify invalid return in mraa_i...
2014-09-09 Thomas Inglebyedison: added i2c support on bus 6
2014-09-09 Thomas Inglebyedison: add i2c bus definitions
2014-09-09 Thomas Inglebyi2c: disallow non allowed i2c buses
2014-09-09 Thomas Inglebyedison: add gpio definitions.
2014-09-09 Thomas Inglebyedsion: add logic to handle tristate around directions
2014-09-09 Thomas Inglebyedison: add edison specific logic
2014-09-09 Thomas Inglebyhook: move gpio init post hook
2014-09-09 Thomas Inglebyintel_edision_fab_c: renamed from fab_b
2014-09-09 Brendan Le Follgpio.c: styling - remove tabs
2014-09-09 Thomas Inglebyedison: add edison detection
2014-09-09 Thomas Inglebyintel_edison_fab_b: initial board definition
2014-09-07 Brendan Le Folldocs: add common i2c doc page i2c.txt
2014-09-03 Brendan Le Folluart: add C++ Uart module and links to swig
2014-09-02 Thomas Inglebygen 2: add hook for handling modes for gpio
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-08 Brendan Le Follspi: prefix SPI mode with MRAA_SPI_
2014-08-06 Kiveisha Yevgeniyspi: added spi mode to mraa
2014-08-05 Brendan Le Follexample.rst: improve and fill out python documentation
2014-08-01 Brendan Le Follmraa.c: fclose on NULL fp can segfault on some platforms
2014-07-31 Brendan Le Follsphinx: update python module documentation to reflect...
2014-07-28 Brendan Le Follspi.c: destructor now freeing memory
2014-07-28 Brendan Le Follgpio.c: close fd in mmap function
2014-07-25 Thomas Inglebygen2: fix typo on A5 GPIO pinmap
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-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 Folli2c.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: rename from declared struct to adance_func
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 Follcommon.hpp: use common.hpp instead of renaming C functi...
2014-07-03 Brendan Le FollCMakeLists.txt: update pymraa to python-mraa
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 Follmraa.i: remove mraaBuffer class
2014-07-01 Brendan Le Follmraa.c: stop ctor running in scripting languages
2014-07-01 Brendan Le Follmraa: add deinit function for valgrind testing
2014-07-01 Brendan Le Folli2c: allow binary strings as parameters to write()...
2014-06-30 Thomas Inglebyintel_galileo_rev_g: add GPIO support on 14-19
2014-06-30 Thomas Inglebyintel_galileo_rev_g: change enable pin for SPI MISO
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-25 Brendan Le Follmraa: 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-24 Thomas Inglebymraa: rename from maa to mraa
2014-06-24 Brendan Le Follmaa.i: remove invalid typemaps to char* and include...
2014-06-23 Thomas Inglebymaa: remove unnecessary printing
2014-06-20 Thomas Inglebymaa: remove dev printing
2014-06-20 Brendan Le Follmaa: add maa_get_platform_type function and move swig...
2014-06-20 Brendan Le Follmaa.c: complain if we didn't detect a valid platform
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