contrib/mraa.git
2014-05-16 Brendan Le... i2c.hpp: Add C++ wrapper around I2c
2014-05-16 Brendan Le... maa_init: fix constructor attribute in maa_init and...
2014-05-16 Brendan Le... aio.hpp: Add C++ wrapper around Aio
2014-05-15 Brendan Le... cmake: make maa link against pthreads directly
2014-05-15 Brendan Le... cmake: fix hard includ of node headers for cross compile
2014-05-15 Brendan Le... gpio: make isr_exit function use pthread_cancel and...
2014-05-15 Brendan Le... blink-io: make sure maa_gpio_init was successful
2014-05-14 Brendan Le... cmake: increase version to 2.3 v0.2.3
2014-05-13 Brendan Le... aio: remove _u16 suffix from call. Make return type...
2014-05-13 Brendan Le... blink-io: add stdlib.h for strtol call
2014-05-13 Brendan Le... gpio: add signal type to pthread_kill
2014-05-13 Brendan Le... pwm: always return a value if stated in prototype
2014-05-13 Brendan Le... i2c: fixed impossible unsigned comparisons
2014-05-13 Brendan Le... aio: remove use of atoi and cleanup debug
2014-05-13 Brendan Le... aio: use posix read/lseek API
2014-05-13 Brendan Le... aio: fix styling of case statement
2014-05-13 Brendan Le... aio: fix error checking of maa_check_aio
2014-05-13 Brendan Le... gpio: fix compiler warning with blank return
2014-05-13 Brendan Le... swig: fix usage of SWIGPYTHON for python specific code
2014-05-13 Brendan Le... swig: Add support for isr/callbacks from python
2014-05-13 Brendan Le... maa_init: add GCC attribute to call init function as...
2014-05-13 Brendan Le... cmake: re-enable javascript for swig
2014-05-13 Brendan Le... gpio: rework of gpio - using open() for value_fp
2014-05-08 Brendan Le... maajs: fix example with object API
2014-05-07 Brendan Le... gpio: don't do a pthread_kill if thread id is 0
2014-05-07 Thomas Inglebypinmap: test mode, add uninitialised protection.
2014-05-07 Brendan Le... maa.i: maa_init is now done after swig initialisation...
2014-05-07 Brendan Le... Merge branch 'tingleby-pin'
2014-05-07 Thomas Inglebypinmap: Implemented maa_pin_mode_test
2014-05-07 Thomas Inglebypwm: rev-d quirk worked-around.
2014-05-07 Thomas Inglebypinmap: function to test mode of a pin.
2014-05-07 Brendan Le... Merge branch 'tingleby-master'
2014-05-07 Brendan Le... Merge branch 'master' of github.com:tingleby/maa into...
2014-05-07 Brendan Le... gpio: initial implementation of interupt handling on...
2014-05-07 Brendan Le... analogin_a0: add adc_value print in decimal
2014-05-06 Brendan Le... gpio: only call ferror in free() case as dev has alread...
2014-05-06 Brendan Le... aio: add c++ header guards
2014-05-06 Thomas Inglebymaa: add result print function.
2014-05-06 Thomas Inglebypwm: Use pinmap functions for setting up pwm.
2014-05-06 Thomas Inglebygalileo-rev-d: Add PWM properties on IO3
2014-05-06 Brendan Le... CMakeLists.txt: update version to 0.2.2
2014-05-06 Brendan Le... init: allow init to be called multiple times
2014-05-06 Brendan Le... Merge branch 'tingleby-master'
2014-05-06 Brendan Le... Merge branch 'master' of github.com:tingleby/maa into...
2014-05-06 Brendan Le... gpio: reworking of gpio IO calls
2014-05-06 Thomas Inglebyintel_galileo_rev_d: Wrong I2C bus definition.
2014-05-05 Thomas Inglebymaa: Update functions within maa to use new api.
2014-05-05 Thomas Inglebypinmap: new way of defining board io.
2014-05-04 Thomas InglebyMerge remote-tracking branch 'upstream/master'
2014-05-02 Brendan Le... Merge branch 'tingleby-pinmap-i2cspi' v0.2.2
2014-05-02 Brendan Le... Merge branch 'pinmap-i2cspi' of github.com:tingleby...
2014-05-02 Brendan Le... gpio: use strtol instead of atoi
2014-05-02 Brendan Le... swig: add unexport() calls to be used by destructors...
2014-05-02 Thomas InglebyMerge branch 'pinmap-i2cspi'
2014-05-02 Thomas Inglebyi2c: Work started on using pinmap with i2c
2014-05-02 Thomas Inglebyintel_galileo_rev_d: Update to new board definition
2014-05-02 Thomas Inglebypinmap: Added spi and i2c to board definition.
2014-05-02 Thomas Inglebyi2c: generalising api
2014-05-02 Brendan Le... python: fix examples and add maa_init() call in swig
2014-05-02 Brendan Le... maa.i: Initial documentation of Swigified object API
2014-05-02 Thomas Inglebyi2c: removed gpio from context
2014-05-02 Thomas InglebyMerge branch 'pinmap-aio'
2014-05-02 Thomas Inglebypinmap: Added aio support.
2014-05-02 Brendan Le... blink-io8.c: add unistd.h and fix fprintf statement
2014-05-02 Brendan Le... maa.i: stop importing all of maa.h definitions
2014-05-02 Brendan Le... sphinx: make python documentation generation use sphinx
2014-05-01 Thomas InglebyMerge branch 'pinmap'
2014-05-01 Thomas Inglebyexamples: Update examples to use newer maa functions
2014-05-01 Brendan Le... spi: add spi to CMakeLists.txt to build spi doc.i file
2014-05-01 Brendan Le... aio: add aio swig object
2014-05-01 Thomas Inglebypinmap: GPIO pin map added.
2014-05-01 Nandkishor... aio: add initial analog input support
2014-05-01 Brendan Le... swig: make swig generation of objects generic
2014-05-01 Brendan Le... swig: name functions explicitly and use %extend to...
2014-05-01 Brendan Le... spi: add destructor
2014-05-01 Brendan Le... add emum doc to maa_result_t
2014-04-30 Brendan Le... Merge branch 'tingleby-spi-new'
2014-04-30 Brendan Le... Merge branch 'spi-new' of github.com:tingleby/maa into...
2014-04-30 Brendan Le... CMakeLists.txt: add vesion.h to installed headers
2014-04-30 Brendan Le... api: Change api licensing as it now has nothing to...
2014-04-30 Brendan Le... pydoc: fix generation
2014-04-30 Thomas Inglebyspi: Add initial SPI api
2014-04-30 Brendan Le... README.md: fix readme style v0.2.1
2014-04-30 Brendan Le... gpio.h: fix doxygen comment on struct
2014-04-30 Brendan Le... i2c: add doxygen documentation and make return types...
2014-04-30 Thomas Inglebypinmap: More work around abstracting pin information
2014-04-30 Brendan Le... Merge pull request #6 from tingleby/master
2014-04-30 Brendan Le... doxygen: generic and more reliable doxygen/swig autodoc...
2014-04-30 Thomas Inglebypwm: Updated API
2014-04-30 Thomas Inglebypinmap: Defining pindata structures
2014-04-29 Brendan Le... javascript: fix swig generation of node.js api
2014-04-29 Brendan Le... Merge pull request #5 from tingleby/master
2014-04-29 Thomas Inglebyexample: blink-io8.c Updated against new API
2014-04-29 Brendan Le... doxy2swig.py: make script executable
2014-04-29 Thomas Inglebygpio: Add support for setting GPIO ouput drive.
2014-04-29 Thomas Inglebygpio: Matured the GPIO API.
2014-04-29 Brendan Le... pydoc: add make pydoc target to generate pydoc html
2014-04-29 Brendan Le... pydoc: add full generation of pydoc for pymaa
2014-04-29 Brendan Le... i2c.c: fix return type in _init function
2014-04-28 Brendan Le... doc: initial documentation of api
next