gpio: rework of gpio - using open() for value_fp
[contrib/mraa.git] / src /
2014-05-13 Brendan Le Follgpio: rework of gpio - using open() for value_fp
2014-05-08 Brendan Le Follmaajs: fix example with object API
2014-05-07 Brendan Le Follgpio: 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 Follmaa.i: maa_init is now done after swig initialisation...
2014-05-07 Brendan Le FollMerge 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 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 Follgpio: only call ferror in free() case as dev has alread...
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 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-06 Brendan Le Follgpio: 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 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 Follgpio: use strtol instead of atoi
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 Inglebyintel_galileo_rev_d: Update to new board definition
2014-05-02 Brendan Le Follpython: fix examples and add maa_init() call in swig
2014-05-02 Brendan Le Follmaa.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 Follmaa.i: stop importing all of maa.h definitions
2014-05-02 Brendan Le Follsphinx: make python documentation generation use sphinx
2014-05-01 Thomas InglebyMerge branch 'pinmap'
2014-05-01 Brendan Le Follspi: add spi to CMakeLists.txt to build spi doc.i file
2014-05-01 Brendan Le Follaio: add aio swig object
2014-05-01 Thomas Inglebypinmap: GPIO pin map added.
2014-05-01 Nandkishor Sonaraio: add initial analog input support
2014-05-01 Brendan Le Follswig: make swig generation of objects generic
2014-05-01 Brendan Le Follswig: name functions explicitly and use %extend to...
2014-05-01 Brendan Le Follspi: add destructor
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 FollCMakeLists.txt: add vesion.h to installed headers
2014-04-30 Brendan Le Follapi: Change api licensing as it now has nothing to...
2014-04-30 Brendan Le Follpydoc: fix generation
2014-04-30 Thomas Inglebyspi: Add initial SPI api
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 Brendan Le Folldoxygen: 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 Folljavascript: fix swig generation of node.js api
2014-04-29 Brendan Le FollMerge pull request #5 from tingleby/master
2014-04-29 Brendan Le Folldoxy2swig.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 Follpydoc: add make pydoc target to generate pydoc html
2014-04-29 Brendan Le Follpydoc: add full generation of pydoc for pymaa
2014-04-29 Brendan Le Folli2c.c: fix return type in _init function
2014-04-28 Brendan Le Follpymaa.i: add rename to remove maa_ prefix from python lib
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 Folli2c: clarify our usage of the result of the assignment v0.2.0
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-25 Brendan Le Folli2c-dev.h: fix headers for integration with upm
2014-04-23 Brendan Le Follcmake: make maa a proper dynamic library and install...
2014-04-23 Brendan Le Follgpio.c: fix styling of functions
2014-04-23 Brendan Le Follgpio.c: simplify gpio_get_valfp and make static
2014-04-22 Brendan Le Follmbed: remove straggling files
2014-04-22 Brendan Le Follmaa: general licensing + styling cleanup
2014-04-22 Brendan Le Folli2cslave: basic working implimentation
2014-04-22 Brendan Le Folli2c: 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: Fully Functional.
2014-04-14 Thomas Inglebypwm: Completed functions:
2014-04-14 Thomas Inglebypwm: Refined API. Work towards functionality
2014-04-11 Brendan Le Folli2cslave.cxx: add undefined method stub that stopped...
2014-04-11 Thomas Inglebygpio: Add cpp example to use IO.
2014-04-11 Brendan Le FollMerge branch 'gpio' of github.com:tingleby/maa into...
2014-04-11 Thomas Inglebygpio: gpio in/out both work
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 Brendan Le Folli2c.cxx: remove unecessary include
2014-04-11 Thomas Inglebygpio: get file handle if none exists
2014-04-11 Brendan Le Folli2c.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 Follgpio: enable very basic gpio control from swig
2014-04-10 Brendan Le Follgpio: cleanup of initial gpio work and add to CMakeList...
next