doc: fix formatting on platform-hooks
[contrib/mraa.git] / src /
2014-06-27 Thomas Inglebymraa: initial implementation of "hooks"
2014-06-26 Thomas Inglebyintel_galileo_rev_g: fix pwm on IO5
2014-06-26 Thomas Inglebygpio: remove direction error printing
2014-06-25 Brendan Le Follmraa: pymraa becomes mraa and mraajs becomes mraa
2014-06-25 Thomas Inglebyaio: added configuration within platform data.
2014-06-25 Thomas Inglebyaio: minor formatting fix
2014-06-24 Thomas Inglebymraa: rename from maa to mraa
2014-06-24 Brendan Le Follmaa.i: remove invalid typemaps to char* and include...
2014-06-23 Thomas Inglebymaa: remove unnecessary printing
2014-06-20 Thomas Inglebymaa: remove dev printing
2014-06-20 Brendan Le Follmaa: add maa_get_platform_type function and move swig...
2014-06-20 Brendan Le Follmaa.c: complain if we didn't detect a valid platform
2014-06-20 Thomas Inglebypwm: disable pwm before unexporting
2014-06-20 Thomas InglebyMerge branch 'gen2'
2014-06-20 Thomas Inglebyintel_galile_rev_g: pinmap add definition for io.
2014-06-20 Thomas Inglebygpio: no printing to stderr on direction change.
2014-06-19 Kiveisha Yevgeniygpio: Added args param to maa_gpio_isr and added docume...
2014-06-19 Thomas Inglebymaa: change dependency on direction for muxs
2014-06-17 Thomas Inglebyintel_galileo_rev_g: Complete initial pinmap
2014-06-17 Thomas Inglebymaa: add support for enabling pins and pulldowns
2014-06-17 Thomas Inglebyintel galile rev g: change name from gen2 to revg
2014-06-16 Brendan Le Follgen2: add basic galileo gen2 detection
2014-06-16 Brendan Le Follintel_galileo_rev_d.c: change magic number to macro...
2014-06-13 Brendan Le Follmaa.i: add typemaps for uint8_t and uint8_t*
2014-06-13 Brendan Le Follmaa.i: add typemap for unsigned char* to char*
2014-06-13 Brendan Le FollCMakeLists.txt: install headers in include/maa
2014-06-11 Brendan Le Follmaa: make common.h header to replace maa.h header to...
2014-06-11 Brendan Le Folli2c: make maa_i2c_read always return the length of...
2014-06-10 Thomas Inglebyjs-swig: remove whitespace
2014-06-10 Brendan Le Follmaa: add global maa.h and maa.hpp and stop using /usr...
2014-06-04 Brendan Le Follpackage.json: add extra info about module license and...
2014-06-04 Brendan Le Follmaa: add maa_set_priority call
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-30 Brendan Le Folldoxy2swig.py: explicitly set to use python2
2014-05-29 Thomas InglebyMerge branch 'gpio-mem'
2014-05-29 Thomas Inglebymmap: added mmap io to gpio
2014-05-26 Brendan Le Follaio: make types used more logical and simplify logic
2014-05-23 Brendan Le Folli2c: use uint8_t throughout to make code clearer
2014-05-23 Brendan Le Follswig: add BUILDSWIG macros to disable building of swig...
2014-05-23 Brendan Le Follcmake: make sure headers are not in api/ subdir
2014-05-22 Brendan Le Follsrc: add unistd.h to pwm and spi modules to remove...
2014-05-22 Brendan Le Follpwm: equality comparison should be assignment
2014-05-22 Brendan Le Follcmake: install only the public API in ${prefix}/include/maa
2014-05-22 Brendan Le Follnodejs: define BUILDING_NODE_EXTENSION in CXXFLAGS...
2014-05-22 Thomas Inglebymaa: change javascript to use swig upstream
2014-05-21 Thomas Inglebyintel_galileo_rev_d: fix i2c bus definition
2014-05-21 Thomas Inglebyintel_galileo_rev_d: fix definition of pwm on 9/11
2014-05-21 Thomas Inglebypwm: made export functions static
2014-05-21 Thomas Inglebygpio: made export functions static.
2014-05-21 Thomas Inglebypwm: fix writing of period
2014-05-21 Thomas Inglebyi2c: internal setup function properly works
2014-05-21 Thomas Inglebymaa: hide and rename internal maa functions
2014-05-21 Thomas Inglebyaio: fix spacing
2014-05-21 Thomas Inglebymaa: add maa internal header.
2014-05-21 Thomas Inglebymaa: remove whitespace
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 Brendan Le Follpython: include examples page for sphinx documentation...
2014-05-20 Thomas Inglebygpio: add ownership gaurd
2014-05-20 Thomas Inglebypwm: added existing exposition logic
2014-05-20 Thomas Inglebypwm: use posix open instead of fopen
2014-05-20 Thomas Inglebygpio: use open in all function opposed to fopen
2014-05-19 Brendan Le Follmaa.i: fix definition of printError in interface file v0.2.5
2014-05-19 Thomas Inglebypwm: changed to use strtol for return values.
2014-05-19 Thomas Inglebypwm: removed disabling pin on unexport.
2014-05-19 Brendan Le Follgpio.c: PyEval_Call now casts void* to PyObject* before...
2014-05-19 Brendan Le Folli2c: fix write API to use const char*
2014-05-19 Brendan Le Follmaa.i: add return types to swig constants
2014-05-19 Brendan Le Follmaa.i: add printError() function to swig API
2014-05-19 Brendan Le Follmaa.i: rename get_version() to getVersion()
2014-05-19 Brendan Le Follmaa.c: add stdlib.h to remove clang warning
2014-05-19 Brendan Le FollC++: Change enum types to be shorter in C++
2014-05-16 Brendan Le Follspi: fix use of memset sizeof param
2014-05-16 Brendan Le Follgpio: fix use of memset sizeof param
2014-05-16 Brendan Le Follswig: add gpio enum definitions on interface file
2014-05-16 Brendan Le Follspi.hpp: Add C++ wrapper around Spi
2014-05-16 Thomas Inglebyspi: implemented write functions
2014-05-16 Thomas Inglebyspi-pinmap: added spi checking functions.
2014-05-16 Thomas Inglebyintel_galileo_rev_d: fixed SPI bus id.
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 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-15 Brendan Le Follcmake: make maa link against pthreads directly
2014-05-15 Brendan Le Follcmake: fix hard includ of node headers for cross compile
2014-05-15 Brendan Le Follgpio: make isr_exit function use pthread_cancel and...
2014-05-13 Brendan Le Follaio: remove _u16 suffix from call. Make return type...
2014-05-13 Brendan Le Follgpio: add signal type to pthread_kill
2014-05-13 Brendan Le Follpwm: always return a value if stated in prototype
2014-05-13 Brendan Le Folli2c: fixed impossible unsigned comparisons
2014-05-13 Brendan Le Follaio: remove use of atoi and cleanup debug
2014-05-13 Brendan Le Follaio: use posix read/lseek API
2014-05-13 Brendan Le Follaio: fix styling of case statement
2014-05-13 Brendan Le Follaio: fix error checking of maa_check_aio
2014-05-13 Brendan Le Follgpio: fix compiler warning with blank return
2014-05-13 Brendan Le Follswig: fix usage of SWIGPYTHON for python specific code
next