contrib/mraa.git
2014-05-02 Brendan Le... swig: add unexport() calls to be used by destructors...
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 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
2014-04-28 Brendan Le... pymaa.i: add rename to remove maa_ prefix from python lib
2014-04-28 Brendan Le... Merge pull request #4 from emea-ssg-drd/dumpc++
2014-04-28 Brendan Le... Doxyfile.in: use lib version number in doxyfile
2014-04-28 Brendan Le... CMakeLists.txt: add default versioning when git not...
2014-04-28 Brendan Le... maa: change struct names to be more unique and fix...
2014-04-27 Brendan Le... version.h: add versioning info from git
2014-04-27 Brendan Le... i2c: clarify our usage of the result of the assignment v0.2.0
2014-04-27 Brendan Le... maa: change the linking of maa and make gpio functions...
2014-04-27 Brendan Le... Doxyfile.in: add basic doxyfile for make doc
2014-04-27 Brendan Le... MAA version 0.2.0 moves to a standard C API
2014-04-25 Brendan Le... README: update README with more accurate information
2014-04-25 Brendan Le... i2c-dev.h: fix headers for integration with upm
2014-04-25 Brendan Le... hello_gpio.py: fix python example
2014-04-23 Brendan Le... posix_types: remove include of stddef.h
2014-04-23 Brendan Le... cmake: make maa a proper dynamic library and install...
2014-04-23 Brendan Le... stddef.h: remove unecesary kernel header
2014-04-23 Brendan Le... gpio.c: fix styling of functions
2014-04-23 Brendan Le... i2cslave.h: fix line endings
2014-04-23 Brendan Le... gpio.c: simplify gpio_get_valfp and make static
2014-04-22 Brendan Le... mbed: remove straggling files
2014-04-22 Brendan Le... examples: make C++ examples follow src/ extension conve...
2014-04-22 Brendan Le... maa: general licensing + styling cleanup
2014-04-22 Brendan Le... basic HMC5883L magnometer sample
2014-04-22 Brendan Le... i2cslave: basic working implimentation
2014-04-22 Brendan Le... i2c: fix license header
2014-04-14 Thomas Inglebypwm: Add missing include
2014-04-14 Thomas InglebyMerge branch 'pwm' into for-pull
2014-04-14 Thomas InglebyMerge branch 'gpio' into for-pull
2014-04-14 Thomas Inglebygpio: Tempory fix when changing direction
2014-04-14 Thomas Inglebypwm: Added python example script
2014-04-14 Thomas Inglebypwm: Fully Functional.
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... i2cslave.cxx: add undefined method stub that stopped...
2014-04-11 Thomas Inglebygpio: Add cpp example to use IO.
2014-04-11 Brendan Le... readi2c: modify examples to use I2CSlave api
2014-04-11 Brendan Le... Merge branch 'gpio' of github.com:tingleby/maa into...
2014-04-11 Thomas Inglebygpio: gpio in/out both work
2014-04-11 Brendan Le... i2cslave: first possibly working implementation of...
2014-04-11 Brendan Le... i2cslave: add i2cslave api and basic non functional...
2014-04-11 Brendan Le... i2c.cxx: remove unecessary include
2014-04-11 Brendan Le... README: update doc
2014-04-11 Thomas Inglebygpio: get file handle if none exists
2014-04-11 Brendan Le... i2c.cxx: add functionality to write to i2c
2014-04-11 Thomas Inglebygpio: work done to export,read,write to gpio
2014-04-11 Thomas Inglebygpio: modified api to include close.
2014-04-10 Brendan Le... gpio: enable very basic gpio control from swig
2014-04-10 Brendan Le... gpio: cleanup of initial gpio work and add to CMakeList...
2014-04-10 Brendan Le... Merge branch 'gpio' of github.com:tingleby/maa into...
2014-04-10 Brendan Le... maa: Refactor maa build system and partly implement i2c
2014-04-10 Thomas Inglebygpio: gpio header refined and work on implemtation
2014-04-10 Thomas Inglebygpio: add initial gpio header
2014-04-10 Brendan Le... tests: add initial unit test env
2014-04-10 Brendan Le... maa.i: remove dependancy on -includeall and specifiy...
2014-04-10 Brendan Le... examples: fix include path
2014-04-08 Brendan Le... README: add basic documentation
2014-04-08 Brendan Le... maa: Initial commit of maa, a python and nodejs I2C...