uart.c: fix to UART even parity
[contrib/mraa.git] / src / python /
2015-10-22 Alex Tdocs: updated Python docs index with all supported...
2015-09-08 Brendan Le Follcmake: add ${mraa_LIBS} to linker for swig libraries
2015-07-02 Brendan Le Follpython/mraa.i: Fix memory leak on python Spi::write...
2015-06-01 Brendan Le Folluart: move string funcs to {read,write}Str
2015-04-24 Alexander Komarovjava: Added Java SWIG binding creation
2015-04-07 Brendan Le Folltests: add cmake ctest infrastructure so `make test...
2015-04-03 Brendan Le Folldocs: Improve python docs
2015-03-23 Thomas Inglebyswig/python: rename python-mraa.i to mraa.i
2015-03-18 Kevron Reespython: build with python 2.7 in the correct python...
2015-02-25 Brendan Le Follpython-mraa.i: ValueError when expecting bytearray...
2015-01-14 Brendan Le Follspi: Make Spi write() work from SWIG with typemaps
2015-01-06 Brendan Le Follpython-mraa.i: Add typemaps to make I2c::{read,write...
2014-12-02 Helio Chissini de... cmake: Define library suffix in case of 64 bits multili...
2014-10-03 Brendan Le Folldoc: cleanup internal documentation and naming
2014-09-19 Brendan Le Follhello_isr.py: add sleep to the example to reduce confusion
2014-09-09 Thomas Inglebypython: dont set c_flags globally
2014-09-07 Brendan Le Folldocs: add common i2c doc page i2c.txt
2014-08-05 Brendan Le Follexample.rst: improve and fill out python documentation
2014-07-31 Brendan Le Follsphinx: update python module documentation to reflect...
2014-07-11 Thomas InglebyMerge branch 'hook'
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-06-25 Brendan Le Follmraa: pymraa becomes mraa and mraajs becomes mraa
2014-06-24 Thomas Inglebymraa: rename from maa to mraa
2014-06-11 Brendan Le Follmaa: make common.h header to replace maa.h header to...
2014-06-04 Brendan Le Follcmake: install python & node.js modules correctly
2014-05-30 Brendan Le Follswig: use C++ generated class doc and include directly...
2014-05-20 Brendan Le Follpython: include examples page for sphinx documentation...
2014-05-16 Brendan Le Follaio.hpp: Add C++ wrapper around Aio
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-02 Brendan Le Follsphinx: make python documentation generation use sphinx
2014-05-01 Thomas InglebyMerge branch 'pinmap'
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-04-30 Brendan Le FollMerge branch 'spi-new' of github.com:tingleby/maa into...
2014-04-30 Brendan Le Follpydoc: fix generation
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-29 Brendan Le FollMerge pull request #5 from tingleby/master
2014-04-29 Brendan Le Folldoxy2swig.py: make script executable
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-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-27 Brendan Le FollMAA version 0.2.0 moves to a standard C API
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-10 Brendan Le Follmaa.i: remove dependancy on -includeall and specifiy...
2014-04-08 Brendan Le Follmaa: Initial commit of maa, a python and nodejs I2C...