maa: hide and rename internal maa functions
[contrib/mraa.git] / api /
2014-05-21 Thomas Inglebymaa: hide and rename internal maa functions
2014-05-21 Thomas Inglebyspi: fix headers
2014-05-21 Thomas Inglebyspi: completed implementation.
2014-05-21 Thomas Inglebyspi: Use new feature of pinmap to get split info.
2014-05-21 Thomas Inglebyspi-pinmap: seperated bus from slave select.
2014-05-20 Thomas Inglebygpio: add ownership gaurd
2014-05-20 Thomas Inglebypwm: added existing exposition logic
2014-05-19 Brendan Le Folli2c: fix write API to use const char*
2014-05-19 Brendan Le FollC++: Change enum types to be shorter in C++
2014-05-16 Brendan Le Follspi.hpp: Add C++ wrapper around Spi
2014-05-16 Thomas Inglebyspi: changed write function prototype.
2014-05-16 Thomas Inglebyspi-pinmap: added spi checking functions.
2014-05-16 Brendan Le Follgpio.hpp: Add C++ wrapper around Gpio
2014-05-16 Brendan Le Follpwm.hpp: Add C++ wrapper around Pwm
2014-05-16 Brendan Le Folli2c.hpp: Add C++ wrapper around I2c
2014-05-16 Brendan Le Follmaa_init: fix constructor attribute in maa_init and...
2014-05-16 Brendan Le Follaio.hpp: Add C++ wrapper around Aio
2014-05-13 Brendan Le Follaio: remove _u16 suffix from call. Make return type...
2014-05-13 Brendan Le Follaio: use posix read/lseek API
2014-05-13 Brendan Le Follswig: fix usage of SWIGPYTHON for python specific code
2014-05-13 Brendan Le Follswig: Add support for isr/callbacks from python
2014-05-13 Brendan Le Follgpio: rework of gpio - using open() for value_fp
2014-05-07 Brendan Le FollMerge branch 'tingleby-pin'
2014-05-07 Thomas Inglebypinmap: function to test mode of a pin.
2014-05-07 Brendan Le FollMerge branch 'tingleby-master'
2014-05-07 Brendan Le FollMerge branch 'master' of github.com:tingleby/maa into...
2014-05-07 Brendan Le Follgpio: initial implementation of interupt handling on...
2014-05-06 Brendan Le Follaio: 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 Brendan Le Follinit: allow init to be called multiple times
2014-05-06 Brendan Le FollMerge branch 'tingleby-master'
2014-05-06 Brendan Le FollMerge branch 'master' of github.com:tingleby/maa into...
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 FollMerge branch 'tingleby-pinmap-i2cspi' v0.2.2
2014-05-02 Brendan Le FollMerge branch 'pinmap-i2cspi' of github.com:tingleby...
2014-05-02 Brendan Le Follswig: 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 Inglebypinmap: Added spi and i2c to board definition.
2014-05-02 Thomas Inglebyi2c: generalising 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-01 Thomas InglebyMerge branch 'pinmap'
2014-05-01 Thomas Inglebypinmap: GPIO pin map added.
2014-05-01 Nandkishor Sonaraio: add initial analog input support
2014-05-01 Brendan Le Follspi: add destructor
2014-05-01 Brendan Le Folladd emum doc to maa_result_t
2014-04-30 Brendan Le FollMerge branch 'tingleby-spi-new'
2014-04-30 Brendan Le FollMerge branch 'spi-new' of github.com:tingleby/maa into...
2014-04-30 Brendan Le Follapi: Change api licensing as it now has nothing to...
2014-04-30 Thomas Inglebyspi: Add initial SPI api
2014-04-30 Brendan Le Follgpio.h: fix doxygen comment on struct
2014-04-30 Brendan Le Folli2c: add doxygen documentation and make return types...
2014-04-30 Thomas Inglebypinmap: More work around abstracting pin information
2014-04-30 Brendan Le FollMerge pull request #6 from tingleby/master
2014-04-30 Thomas Inglebypwm: Updated API
2014-04-30 Thomas Inglebypinmap: Defining pindata structures
2014-04-29 Brendan Le Folljavascript: fix swig generation of node.js api
2014-04-29 Brendan Le FollMerge pull request #5 from tingleby/master
2014-04-29 Thomas Inglebygpio: Matured the GPIO API.
2014-04-29 Brendan Le Follpydoc: add full generation of pydoc for pymaa
2014-04-28 Brendan Le Folldoc: initial documentation of api
2014-04-28 Brendan Le FollMerge pull request #4 from emea-ssg-drd/dumpc++
2014-04-28 Brendan Le Follmaa: change struct names to be more unique and fix...
2014-04-27 Brendan Le Follversion.h: add versioning info from git
2014-04-27 Brendan Le Follmaa: change the linking of maa and make gpio functions...
2014-04-27 Brendan Le FollMAA version 0.2.0 moves to a standard C API
2014-04-23 Brendan Le Folli2cslave.h: fix line endings
2014-04-22 Brendan Le Follmaa: general licensing + styling cleanup
2014-04-14 Thomas InglebyMerge branch 'pwm' into for-pull
2014-04-14 Thomas Inglebypwm: Completed functions:
2014-04-14 Thomas Inglebypwm: Refined API. Work towards functionality
2014-04-14 Thomas Inglebypwm: Added API for PWM.
2014-04-11 Brendan Le FollMerge branch 'gpio' of github.com:tingleby/maa into...
2014-04-11 Brendan Le Folli2cslave: first possibly working implementation of...
2014-04-11 Brendan Le Folli2cslave: add i2cslave api and basic non functional...
2014-04-11 Thomas Inglebygpio: modified api to include close.
2014-04-10 Brendan Le Follgpio: enable very basic gpio control from swig
2014-04-10 Brendan Le Follgpio: cleanup of initial gpio work and add to CMakeList...
2014-04-10 Brendan Le FollMerge branch 'gpio' of github.com:tingleby/maa into...
2014-04-10 Brendan Le Follmaa: Refactor maa build system and partly implement i2c
2014-04-08 Brendan Le Follmaa: Initial commit of maa, a python and nodejs I2C...